Add administrator editing
This commit is contained in:
@@ -10,9 +10,31 @@ body {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #aaa;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#page-wrapper {
|
||||
padding-top: 50px;
|
||||
min-height: 100%;
|
||||
padding-bottom: 60px;
|
||||
margin-bottom: -60px;
|
||||
}
|
||||
|
||||
.navbar-brand i {
|
||||
color:palegreen
|
||||
}
|
||||
|
||||
.navbar-brand:link,
|
||||
.navbar-brand:visited,
|
||||
.navbar-brand:hover,
|
||||
.navbar-brand:active {
|
||||
font-weight: bolder;
|
||||
color: #92B9BD;
|
||||
}
|
||||
|
||||
.navbar.navbar-fixed-top {
|
||||
|
||||
Reference in New Issue
Block a user