summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2014-10-20 00:10:38 -0400
committerspider <spider@bitweaver.org>2014-10-20 00:10:38 -0400
commit94f8833e0ecb471332376f7c9a4db826a133152c (patch)
tree214c0399b354c1227de02c5657a4e6001ae6d9d3 /css
parent16fd1c42b91db06265fe6685c25fd4ca7210f6b2 (diff)
downloadthemes-94f8833e0ecb471332376f7c9a4db826a133152c.tar.gz
themes-94f8833e0ecb471332376f7c9a4db826a133152c.tar.bz2
themes-94f8833e0ecb471332376f7c9a4db826a133152c.zip
remove .right and .left which are too generic and conflict with bootsrap
Diffstat (limited to 'css')
-rw-r--r--css/base.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css
index f1bd785..c047d40 100644
--- a/css/base.css
+++ b/css/base.css
@@ -20,7 +20,9 @@ html[dir='rtl'] .alignright {text-align:left}
.aligntop, aligntop * {vertical-align:top}
.alignmiddle {vertical-align:middle}
+.no-padding,
.nopadding {padding:0;}
+.no-margin,
.nomargin {margin:0;}
.margin-auto {margin-left:auto;margin-right:auto;}
.overflow-hidden {overflow:hidden;}
@@ -28,9 +30,9 @@ html[dir='rtl'] .alignright {text-align:left}
.inline {display:inline;}
.inline-block {display:inline-block;}
-.right, .floatright {float:right}
+.floatright {float:right}
html[dir='rtl'] .floatright {float:left}
-.left, .floatleft {float:left}
+.floatleft {float:left}
html[dir='rtl'] .floatleft {float:right}
.clear {clear:both;}