]> sipb.mit.edu Git - wiki.git/commitdiff
import bits from the old front page's stylesheet
authorGreg Price <price@mit.edu>
Sat, 10 Jan 2009 01:11:43 +0000 (20:11 -0500)
committerGreg Price <price@mit.edu>
Sat, 10 Jan 2009 01:11:43 +0000 (20:11 -0500)
local.css [new file with mode: 0644]

diff --git a/local.css b/local.css
new file mode 100644 (file)
index 0000000..46c1c4f
--- /dev/null
+++ b/local.css
@@ -0,0 +1,19 @@
+body
+{
+font-family: verdana, arial, helvetica, sans-serif;
+}
+
+.col1
+{
+position: relative;
+float: left;
+width: 50%;
+}
+
+.col2
+{
+position: relative;
+float: right;
+align: left;
+width: 50%;
+}