summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorsanto spider <spider@santo>2014-10-23 20:54:12 -0400
committersanto spider <spider@santo>2014-10-23 20:54:12 -0400
commit3c2ac789009d64f7df40fdea769c88adc6418142 (patch)
tree1ab7f1dc69ee71adda91bab870074994c323b0ef /css
parent89e2410642b36e1a03cb6bc3dfadb532d02b481b (diff)
downloadthemes-3c2ac789009d64f7df40fdea769c88adc6418142.tar.gz
themes-3c2ac789009d64f7df40fdea769c88adc6418142.tar.bz2
themes-3c2ac789009d64f7df40fdea769c88adc6418142.zip
add .width-auto
Diffstat (limited to 'css')
-rw-r--r--css/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/base.css b/css/base.css
index c047d40..65de8f2 100644
--- a/css/base.css
+++ b/css/base.css
@@ -40,7 +40,7 @@ html[dir='rtl'] .floatleft {float:right}
html[dir='rtl'] .clearright {clear:left}
.cursordefault {cursor:default}
-.widthauto {width:auto;}
+.width-auto {width:auto;}
.width100p {width:100%}
.width99p {width:99%}
.width95p {width:95%}