summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 09:00:49 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 09:00:49 -0700
commitd73de4f0a20001963fa2274a2d758d6931c6ee1f (patch)
treeef136a2ee08db6f57e3a492f59a9749f4f6ebd3e /lib
parent23739bda0168a9c0f300a47c3c3f153bf3981af1 (diff)
No need to abbreviate text in CSS class names. Thx bharat!
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index f199ba45..5ca69908 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -19,15 +19,15 @@
* 1) Text
**********************************************************************/
-.g-txt-small {
+.g-text-small {
font-size: .8em;
}
-.g-txt-big {
+.g-text-big {
font-size: 1.2em;
}
-.g-txt-right {
+.g-text-right {
text-align: right;
}
@@ -596,7 +596,7 @@ div#g-action-status {
text-align: right;
}
-.rtl .g-txt-right {
+.rtl .g-text-right {
text-align: left;
}
@@ -649,7 +649,7 @@ div#g-action-status {
width: 35%;
}
-.rtl .g-pager .g-txt-right {
+.rtl .g-pager .g-text-right {
margin-left: 0;
}