new styles
This commit is contained in:
parent
f9865503bf
commit
532cebddfa
16
style.css
16
style.css
@ -255,3 +255,19 @@ div.styles a {
|
|||||||
div.styles a.selected {
|
div.styles a.selected {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
table.test {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
table.test td, table.test th {
|
||||||
|
text-align: left;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
table.test tr.h th {
|
||||||
|
background: #98E;
|
||||||
|
}
|
||||||
|
table.test td img {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
fieldset label {
|
||||||
|
display: block;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user