mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fixed inconsistent css formatting
This commit is contained in:
parent
ec758d9d8f
commit
8f476ca981
1 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ body {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
background-color: #444a5c;
|
background-color: #444a5c;
|
||||||
padding:10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
.light {
|
.light {
|
||||||
background-color: #4d5366;
|
background-color: #4d5366;
|
||||||
|
@ -81,16 +81,16 @@ body {
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
color: white;
|
color: white;
|
||||||
line-height:1.2em;
|
line-height: 1.2em;
|
||||||
padding:10px;
|
padding: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
transition: 0.2s linear;
|
transition: 0.2s linear;
|
||||||
border:none;
|
border: none;
|
||||||
}
|
}
|
||||||
.button:visited {
|
.button:visited {
|
||||||
color:white;
|
color: white;
|
||||||
}
|
}
|
||||||
input.button, button.button {
|
input.button, button.button {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
@ -142,17 +142,17 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
display:inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
label.important {
|
label.important {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
display:block;
|
display: block;
|
||||||
}
|
}
|
||||||
input, select {
|
input, select {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
line-height:1.4em;
|
line-height: 1.4em;
|
||||||
border: 3px grey solid;
|
border: 3px grey solid;
|
||||||
border-radius: none;
|
border-radius: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
Loading…
Reference in a new issue