Removed unnessary controller functions that just call a view, HTML/CSS consistency updates
This commit is contained in:
35
public/css/fixes.css
vendored
35
public/css/fixes.css
vendored
@@ -98,4 +98,39 @@ ol {
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
/* h1 headings reference */
|
||||
h1>small.float-end {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
h1>small.float-end:before {
|
||||
color: #acacac;
|
||||
content: '[';
|
||||
}
|
||||
h1>small.float-end:after {
|
||||
color: #acacac;
|
||||
content: ']';
|
||||
}
|
||||
h1 sup {
|
||||
text-shadow: none;
|
||||
font-size: 50%;
|
||||
top: -1em;
|
||||
}
|
||||
h1>small.success {
|
||||
color: #005300 !important;
|
||||
}
|
||||
h1>small.success:before {
|
||||
color: #00aa00;
|
||||
content: '[';
|
||||
}
|
||||
h1>small.success:after {
|
||||
color: #00aa00;
|
||||
content: ']';
|
||||
}
|
||||
|
||||
/* Ensure our greyframe titled boxes are full width */
|
||||
.titledbox {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
Reference in New Issue
Block a user