[vhffs-dev] [1897] Fixed display problems in public part. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1897
Author: beuss
Date: 2011-07-25 23:00:54 +0200 (Mon, 25 Jul 2011)
Log Message:
-----------
Fixed display problems in public part.
Modified Paths:
--------------
trunk/vhffs-themes/light-grey/main.css
Modified: trunk/vhffs-themes/light-grey/main.css
===================================================================
--- trunk/vhffs-themes/light-grey/main.css 2011-07-25 21:00:45 UTC (rev 1896)
+++ trunk/vhffs-themes/light-grey/main.css 2011-07-25 21:00:54 UTC (rev 1897)
@@ -244,7 +244,7 @@
color: rgb(255, 255, 255);
text-transform: uppercase;
font-weight: bold;
- font-size: 120%;
+ font-size: 110%;
border: none;
}
@@ -259,10 +259,14 @@
border-top: solid 1px rgb(200, 200, 200);;
color: rgb(75, 75, 75);
font-weight: bold;
- font-size: 120%;
+ font-size: 110%;
cursor: pointer;
}
+div#right-menu p {
+ margin-top: 0px;
+}
+
div#left-menu h2.empty,div#right-menu h2.empty {
font-style: italic;
}