summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
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