summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-29 21:46:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-29 21:46:22 +0000
commit9f8472f86003f798fa3fab57504189d568568beb (patch)
tree1bad1fd69e760397ad4b589912c17bc5c1aaafae
parent7034fb6917d6afc9851dc79518fa1ce83a767e67 (diff)
downloadgpsd-9f8472f86003f798fa3fab57504189d568568beb.tar.gz
We can have right-hand spans now.
-rw-r--r--www/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/main.css b/www/main.css
index 16accb34..8d7fe823 100644
--- a/www/main.css
+++ b/www/main.css
@@ -108,6 +108,11 @@ body>#Menu {width:8em;}
margin-right: auto;
}
+.right {
+ float:right;
+ margin:0px;
+ }
+
.notebox {
background-color:#eee;
border:1px dashed #999;