mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Woohoo! Users can now change their own passwords. More work on tidying
up stylesheets.
This commit is contained in:
parent
72ed9e5536
commit
1d87595a64
10 changed files with 183 additions and 61 deletions
|
|
@ -126,11 +126,16 @@ h1, h2, h3, h4, h5 {
|
|||
color: white;
|
||||
}
|
||||
|
||||
p, pre, ul, ol, dl, h1, h2, h3, h4, h5 {
|
||||
p, pre, h1, h2, h3, h4, h5 {
|
||||
width: 100%;
|
||||
padding: 0.25em 1em;
|
||||
}
|
||||
|
||||
dl, menu, ol, table, ul {
|
||||
margin: 0.15em 3%;
|
||||
}
|
||||
|
||||
|
||||
input {
|
||||
background-color: white;
|
||||
}
|
||||
|
|
@ -165,3 +170,24 @@ menu li::before {
|
|||
content: "|| ";
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
border: 2px solid black;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table.music-ruled tr:nth-child(odd) {
|
||||
background-color: silver;
|
||||
}
|
||||
|
||||
th, td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
padding: 0.15em 1.5em;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: silver;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue