summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 0e5e198..4784cb1 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -175,3 +175,12 @@ a {
.h32 {
height: 32px;
}
+.fright {
+ float: right;
+}
+.floatmargin {
+ margin: 4px;
+}
+.floatmargin.fright {
+ margin-right: 0;
+}