You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/25 09:33:37 UTC

svn commit: r291383 - /incubator/roller/branches/roller_2.0/web/theme/menu.css

Author: agilliland
Date: Sun Sep 25 00:33:35 2005
New Revision: 291383

URL: http://svn.apache.org/viewcvs?rev=291383&view=rev
Log:
bump up line height for page title.


Modified:
    incubator/roller/branches/roller_2.0/web/theme/menu.css

Modified: incubator/roller/branches/roller_2.0/web/theme/menu.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/menu.css?rev=291383&r1=291382&r2=291383&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/menu.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/menu.css Sun Sep 25 00:33:35 2005
@@ -2,6 +2,12 @@
 menu.css: CSS layout and styles for Roller tabbed menu
 ====================================================================== */
 
+/* page title just above menu */
+
+#menu h1 {
+    line-height: 120%;
+}
+
 /* rounded corners */
 
 div.menu-tl {