projects
/
s9y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c0d5a
)
BP: Added IE 5 fix for horizontal navbar.
author
yellowled
<yellowled>
Sat, 15 Sep 2007 16:46:15 +0000
(16:46 +0000)
committer
yellowled
<yellowled>
Sat, 15 Sep 2007 16:46:15 +0000
(16:46 +0000)
templates/bulletproof/ie5.css
patch
|
blob
|
history
diff --git
a/templates/bulletproof/ie5.css
b/templates/bulletproof/ie5.css
index a9d5c838e9b6f1d35f2ff8e06e7155e3d9303346..aaf7d5960d381dc16e24a61e14abd325d4945011 100644
(file)
--- a/
templates/bulletproof/ie5.css
+++ b/
templates/bulletproof/ie5.css
@@
-22,3
+22,9
@@
.serendipitySideBarContent select {
width: 70%;
}
+
+/* fix horizontal navbar display */
+#sitenav ul li {
+ float: left;
+ width: 10em;
+}