summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-06 16:01:36 +0200
committerSebastian Wagner2011-10-06 16:01:36 +0200
commitd7ae29f3677b772fada519fdf19a5ece0dec8dc7 (patch)
tree5efb89abddc34a7b9d21ba6d5f425cbb6ca03ffa /public
parentkleine Korrektur (diff)
downloadpoolctrl-d7ae29f3677b772fada519fdf19a5ece0dec8dc7.tar.gz
poolctrl-d7ae29f3677b772fada519fdf19a5ece0dec8dc7.tar.xz
poolctrl-d7ae29f3677b772fada519fdf19a5ece0dec8dc7.zip
more statistics
Diffstat (limited to 'public')
-rwxr-xr-xpublic/media/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index ffbeaa2..3c7f44e 100755
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -754,4 +754,17 @@ fieldset {
div.hidden {
visibility: hidden;
+}
+
+.left {
+float:left;
+width:300px;
+}
+.right {
+ float:right;
+width:300px;
+}
+
+.clear {
+clear:left;
} \ No newline at end of file