[Rt-commit] r6137 - commitbit/trunk/share/web/static/css

hlb at bestpractical.com hlb at bestpractical.com
Sun Oct 1 17:18:58 EDT 2006


Author: hlb
Date: Sun Oct  1 17:18:58 2006
New Revision: 6137

Modified:
   commitbit/trunk/share/web/static/css/app.css

Log:
* text overlap issue


Modified: commitbit/trunk/share/web/static/css/app.css
==============================================================================
--- commitbit/trunk/share/web/static/css/app.css	(original)
+++ commitbit/trunk/share/web/static/css/app.css	Sun Oct  1 17:18:58 2006
@@ -1,9 +1,10 @@
 #hd {
     position: relative;
+    margin-top: 1em;
 }
 #salutation {
     position: absolute;
-    top: 0.8em;
+    top: -1em;
     right: 0;
 }
 h1, h2, h3, h4, h5, h6 {


More information about the Rt-commit mailing list