aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/default.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-06 21:58:01 -0800
committerbnewbold <bnewbold@manus.(none)>2007-03-06 21:58:01 -0800
commit569bc574bd24518eefe572e088a128dc76fca4c2 (patch)
tree37df35b441050b5ae65ed3680f6eda21ddeb3c70 /static/style/default.css
parentcf804de463c83bfe11aba3576be2ccdd34443fd1 (diff)
parentfc3a4435e1e819f873970e3724d6fb3f69a6ea6a (diff)
downloadbnewnet-569bc574bd24518eefe572e088a128dc76fca4c2.tar.gz
bnewnet-569bc574bd24518eefe572e088a128dc76fca4c2.zip
Merge branch 'production' of animus:/srv/git/bn-project into comments
Diffstat (limited to 'static/style/default.css')
-rw-r--r--static/style/default.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/static/style/default.css b/static/style/default.css
index d6f93e4..1a3a938 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -101,12 +101,17 @@ pre.large {
}
.col_left {
width: 24%;
+ height: 275px;
+ overflow: hidden;
margin-top: 3px;
+ margin-left: 3px;
padding: 5px;
- float: right;
+ /*float: right;*/
}
.col_center {
- width: 38%;
+ width: 32%;
+ height: 275px;
+ overflow: hidden;
margin-top: 3px;
padding: 5px;
float: right;
@@ -114,14 +119,12 @@ pre.large {
border-right: 1px solid black;
}
.col_right {
- width: 31%;
- left: 67%;
+ width: 37%;
+ height: 275px;
+ overflow: hidden;
margin-top: 3px;
- margin-right: 1%;
padding: 5px;
float: right;
- left: 0px;
- top: 0px;
}
.content_caption {
text-align: center;