diff --git a/ext/bbcode/style.css b/ext/bbcode/style.css new file mode 100644 index 00000000..ef73687a --- /dev/null +++ b/ext/bbcode/style.css @@ -0,0 +1,10 @@ + +CODE { + background: #DEDEDE; + font-size: 0.8em; +} +BLOCKQUOTE { + border: 1px solid black; + padding: 8px; + background: #DDD; +} diff --git a/themes/default/style.css b/themes/default/style.css index d6ccc9a2..1d493537 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -45,10 +45,6 @@ TD { vertical-align: top; text-align: center; } -CODE { - background: #DEDEDE; - font-size: 0.8em; -} #body SELECT {width: 150px;} TD>INPUT, TEXTAREA {box-sizing: border-box;} TD>INPUT[type="button"] {width: 100%;} @@ -81,12 +77,6 @@ FORM {margin: 0px;} A {text-decoration: none;} A:hover {text-decoration: underline;} -BLOCKQUOTE { - border: 1px solid black; - padding: 8px; - background: #DDD; -} - UL { text-align: left; }