Consolidate shared CSS rules
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
@@ -55,6 +55,27 @@ pre {
|
||||
background: #eeeeff;
|
||||
}
|
||||
|
||||
.pagebuttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pagebuttons a {
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.pagebuttons .previous {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
form.form input[type=submit] {
|
||||
width: auto;
|
||||
margin: auto;
|
||||
border-bottom: 2px solid blue;
|
||||
}
|
||||
|
||||
/* FONTS */
|
||||
|
||||
@font-face {
|
||||
@@ -465,4 +486,4 @@ footer .flex {
|
||||
}
|
||||
.action .description p {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user