summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-03 00:47:52 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-11-03 00:47:52 -0500
commit9ebc7af3c50368e899f028320ea752a0885642d5 (patch)
tree089e80e70bba94f40b3fe714faca70462c4f64c3
parent62e874b348fe64490952a12f419164e26ea98d21 (diff)
downloadbrdo-9ebc7af3c50368e899f028320ea752a0885642d5.tar.gz
brdo-9ebc7af3c50368e899f028320ea752a0885642d5.tar.bz2
Issue #1913958 by hass, YesCT: Fixed Bartik theme shouldn't change capitalization of translatable strings with CSS.
-rw-r--r--CHANGELOG.txt2
-rw-r--r--themes/bartik/css/style.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 01578d4cf..c332da2d5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.33, xxxx-xx-xx (development version)
-----------------------
+- Prevented the Bartik theme from lower-casing the "Permalink" link on
+ comments, for improved multilingual support (minor UI change).
- Added a "preferred_menu_links" tag to the database query that is used by
menu_link_get_preferred() to find the preferred menu link for a given path,
to make it easier to alter.
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index c40755b16..1e63cbe88 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -704,7 +704,6 @@ ul.links {
}
.comment .submitted .comment-permalink {
font-size: 0.786em;
- text-transform: lowercase;
}
.comment .content {
font-size: 0.929em;