aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/fixed-sane-serif.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-08-08 02:15:11 -0400
committerbnewbold <bnewbold@manus.(none)>2007-08-08 02:15:11 -0400
commit10683070288b879057b70bea56fca96373cb506c (patch)
tree1ded224557aa9c9325bc6608b9cf9a0c4d70abb9 /static/style/fixed-sane-serif.css
parent6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 (diff)
downloadbnewnet-10683070288b879057b70bea56fca96373cb506c.tar.gz
bnewnet-10683070288b879057b70bea56fca96373cb506c.zip
fixed up styleswitching, may still have to tweak file change (aka 304 http status codes) for alt css files
Diffstat (limited to 'static/style/fixed-sane-serif.css')
-rw-r--r--static/style/fixed-sane-serif.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/style/fixed-sane-serif.css b/static/style/fixed-sane-serif.css
new file mode 100644
index 0000000..757afff
--- /dev/null
+++ b/static/style/fixed-sane-serif.css
@@ -0,0 +1,19 @@
+.content {
+ margin-left: 4%;
+ width: 680px;
+ margin-top: 0px;
+ margin-right: 0px;
+ margin-bottom: 0px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 5px; }
+.content_footer {
+ margin-left: 4%;
+ width: 680px;
+ margin-bottom: 5px;
+ margin-right: 0px;
+ margin-top: 0px;
+ border-top: 2px solid #000000;
+ padding-top: 6px;
+ padding-left: 5px;
+ padding-right: 5px; }