1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 16:48:58 +00:00

fixed inconsistent css formatting

This commit is contained in:
Lynne Megido 2019-09-02 20:45:58 +10:00
parent ec758d9d8f
commit 8f476ca981

View file

@ -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,20 +81,20 @@ 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;
cursor: pointer; cursor: pointer;
} }
.btn-primary { .btn-primary {
@ -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;