public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
fix submenu positioning in webkit
js (author)
Mon Apr 28 13:48:04 -0700 2008
commit  bdaaa5b9a0088212b933bc99b7edb30bef3aaf44
tree    92f6a4a86d0c7fa6267979fd5a22d97528e39de1
parent  5a6d1d4ec5cb93ed8c9dbaf71990f58281afb7e6
...
1
2
3
4
5
...
1
 
2
3
4
0
@@ -1,5 +1,4 @@
0
 new-ui:
0
-* Fix menu bottom spacing issue in safari
0
 * Clone stats graph on repositories#index
0
 * divergence from mainline in +/-
0
 * popular & active projects on frontpage
...
141
142
143
 
144
145
146
147
148
 
149
 
150
151
152
 
 
 
 
 
 
153
154
155
...
310
311
312
 
313
314
315
...
141
142
143
144
145
146
147
148
 
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
...
318
319
320
321
322
323
324
0
@@ -141,15 +141,23 @@ abbr {
0
   background: #292929;
0
   padding-left: 20px;
0
   height: 125px;
0
+/* overflow:hidden;*/
0
 }
0
 
0
 #header #logo {
0
   padding: 10px 0 15px 0;
0
- line-height: 100%;
0
+ line-height: 25px;
0
   margin:0;
0
+ border:0;
0
 }
0
 #header #logo a { color: #666; }
0
 
0
+#header #project_title {
0
+ font-size: 19px;
0
+ line-height: 19px;
0
+ margin: 0 0 17px 0;
0
+ padding: 0;
0
+}
0
 #header #project_title a {
0
   color: #aaa;
0
   letter-spacing: 0.05em;
0
@@ -310,6 +318,7 @@ abbr {
0
 }
0
 
0
 #submenu li a {
0
+ float:none;
0
   font-size: 12px;
0
   background: #555;
0
   color: #fff;

Comments

    No one has commented yet.