diff options
| author | spiderr <spider@viovio.com> | 2013-05-08 15:56:31 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-05-08 15:56:31 -0400 |
| commit | c6176f8086a80361ba15e7532884f2220e66889d (patch) | |
| tree | ffb96a8c5ceaf835e7eb279928fbf0beab0540c8 /css | |
| parent | 1756083bad84921d7495c8ee6e127728a769e3b4 (diff) | |
| download | themes-c6176f8086a80361ba15e7532884f2220e66889d.tar.gz themes-c6176f8086a80361ba15e7532884f2220e66889d.tar.bz2 themes-c6176f8086a80361ba15e7532884f2220e66889d.zip | |
add .nopadding and .nomargin styles
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css index 0e88fbd..e0407dc 100644 --- a/css/base.css +++ b/css/base.css @@ -21,6 +21,8 @@ html[dir='rtl'] .alignright {text-align:left} .aligntop, aligntop * {vertical-align:top} .alignmiddle {vertical-align:middle} +.nopadding {padding:0;} +.nomargin {margin:0;} .inline {display:inline;} .inline-block {display:inline-block;} |
