Add more debug indicator css
This commit is contained in:
+17
-15
@@ -3,21 +3,23 @@
|
||||
body header {
|
||||
padding: 15px 0; }
|
||||
|
||||
body.debug header .navbar-brand {
|
||||
position: relative; }
|
||||
body.debug header .navbar-brand:before {
|
||||
content: "\f121";
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
text-decoration: inherit;
|
||||
/*--adjust as necessary--*/
|
||||
color: red;
|
||||
font-size: 60px;
|
||||
padding-right: 0.5em;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 0; }
|
||||
body.debug header {
|
||||
background: repeating-linear-gradient(to right, #990, #090 10px, #333 10px, #333 20px); }
|
||||
body.debug header .navbar-brand {
|
||||
position: relative; }
|
||||
body.debug header .navbar-brand:before {
|
||||
content: "\f121";
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
text-decoration: inherit;
|
||||
/*--adjust as necessary--*/
|
||||
color: red;
|
||||
font-size: 60px;
|
||||
padding-right: 0.5em;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 0; }
|
||||
|
||||
h1 {
|
||||
padding: 24px 0 12px 0; }
|
||||
|
||||
Reference in New Issue
Block a user