[geeklog-cvs] geeklog: Cosmetics: Removed font-size:larger; for the headlines ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Aug 29 12:49:09 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/67ec3d77f138
changeset: 7258:67ec3d77f138
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Aug 29 18:48:59 2009 +0200
description:
Cosmetics: Removed font-size:larger; for the headlines in the Admin lists (bug #0000956)

diffstat:

 public_html/docs/english/theme.html       |  3 +++
 public_html/layout/professional/style.css |  4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 543beb1efe9c -r 67ec3d77f138 public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Wed Aug 26 21:58:30 2009 +0200
+++ b/public_html/docs/english/theme.html	Sat Aug 29 18:48:59 2009 +0200
@@ -198,6 +198,9 @@
 <h2><a name="changes">Theme changes in Geeklog 1.6.1</a></h2>
 
 <ul>
+<li>Cosmetics: Removed <code>font-size:larger;</code> for the header fields of
+    the admin lists from the stylesheet, but added some top/bottom padding
+    (<a href="http://project.geeklog.net/tracking/view.php?id=956">bug #0000956</a>).</li>
 <li>Cosmetics: Removed a <code>width="180"</code> from the Block editor template
     (<tt>admin/block/blockeditor.thtml</tt>) that pushed the first column too
     far to the right.</li>
diff -r 543beb1efe9c -r 67ec3d77f138 public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Wed Aug 26 21:58:30 2009 +0200
+++ b/public_html/layout/professional/style.css	Sat Aug 29 18:48:59 2009 +0200
@@ -163,7 +163,6 @@
   color:#000000;
   background-color:#DAE0ED;
   font-weight:bold;
-  font-size:larger;
   padding-left:3px;
   text-align:left;
 }
@@ -218,7 +217,8 @@
   text-align:left;
   padding-left:5px;
   padding-right:5px;
-  font-size:larger;
+  padding-top:2px;
+  padding-bottom:2px;
 }
 /* Menus in blocks *****************************************************************/
 .blocklist ul {



More information about the geeklog-cvs mailing list