diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-04 20:30:13 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-04 20:30:13 -0700 |
commit | 85de2088798e2b5eac7cb26bf48e17b8034f3fb7 (patch) | |
tree | 71bb095df1cb84f3e3f817ee27d071b0d74deeaa /themes/default/css | |
parent | 4f0b4469f936e91143f8e488b3dce4e2f00bee80 (diff) |
Lets try the BBCode conversion again... go with basic tags even if some are
deprecated.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 750639f1..41e51623 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -13,7 +13,6 @@ * 7) Browser hacks * 8) jQuery and jQuery UI * 9) Right-to-left language styles - * 10) BBCode Styles */ /** ******************************************************************* @@ -1066,20 +1065,3 @@ form .gError, float: right; } -/* BBCode ~~~~~~~~~~~~~~~~~~~~ */ -.gBBCodeBold { - font-weight: bold; -} - -.gBBCodeItalic { - font-style: italic; -} - -.gBBCodeUnderline { - text-decoration: underline; -} - -.gBBCodeStrike { - font-decoration: line-through; -} - |