more style to file
This commit is contained in:
parent
7f6d60fe93
commit
5241ed24b5
2 changed files with 10 additions and 10 deletions
10
ext/bbcode/style.css
Normal file
10
ext/bbcode/style.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
CODE {
|
||||
background: #DEDEDE;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
BLOCKQUOTE {
|
||||
border: 1px solid black;
|
||||
padding: 8px;
|
||||
background: #DDD;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue