- No longer needing clearing on #content.

- New Arabic stylesheet, feel free to relocate if necessary.

svn path=/trunk/; revision=12698
This commit is contained in:
att
2009-06-04 15:45:47 +00:00
parent 61edd93ac5
commit 9a120e7ff1
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -195,7 +195,6 @@ dl dd {
/* ------------------------------------------------------------------------- */
#content {
clear: right; /* make sure to go below "Join the Fellowship" */
margin: 3em 0 0 220px;
padding: 0 0 1em 1em;
}
+8
View File
@@ -0,0 +1,8 @@
#menu {
float: right;
}
#content {
margin-right: 220px;
margin-left: 0;
}