diff options
| author | spider <spider@bitweaver.org> | 2015-03-12 13:56:38 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2015-03-12 13:56:38 -0400 |
| commit | b95173c10b90ac73ff9c0a9c13c651462412ffe0 (patch) | |
| tree | ab7bd1238cbaca0fff14e683636465a46d8c8577 /css | |
| parent | 9c3cb71e68c1d04a0127bc11bed07fc251f8753c (diff) | |
| download | themes-b95173c10b90ac73ff9c0a9c13c651462412ffe0.tar.gz themes-b95173c10b90ac73ff9c0a9c13c651462412ffe0.tar.bz2 themes-b95173c10b90ac73ff9c0a9c13c651462412ffe0.zip | |
add .strong to base.css
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 451b199..a07d072 100644 --- a/css/base.css +++ b/css/base.css @@ -32,6 +32,8 @@ html[dir='rtl'] .alignright {text-align:left} .inline {display:inline;} .inline-block {display:inline-block;} +.strong {font-weight:bold} + .floatright {float:right} html[dir='rtl'] .floatright {float:left} .floatleft {float:left} |
