projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf0a4c
)
Layout fix for IE6
author
Sarven Capadisli
<csarven@controlyourself.ca>
Mon, 22 Jun 2009 17:18:09 +0000
(17:18 +0000)
committer
Sarven Capadisli
<csarven@controlyourself.ca>
Mon, 22 Jun 2009 17:18:09 +0000
(17:18 +0000)
theme/base/css/ie6.css
patch
|
blob
|
history
diff --git
a/theme/base/css/ie6.css
b/theme/base/css/ie6.css
index 76a82c0042d32841784b46fd0bb50d340ddd16d8..dde4d6fc77081906566f6f7ec0cebea44c30dacc 100644
(file)
--- a/
theme/base/css/ie6.css
+++ b/
theme/base/css/ie6.css
@@
-5,6
+5,12
@@
margin-left:7px;
address .fn {
display:none;
}
+
+#wrap {
+width:1003px;
+margin:0 auto;
+}
+
#content {
width:70%;
}
@@
-26,5
+32,6
@@
margin-bottom:123px;
width:20%;
}
.notice div.entry-content {
-width:63%;
+width:50%;
+margin-left:30px;
}