implement a "powered-by" but leave it turned off until somebody with a good eye for layout can figure out where best to put it.
This commit is contained in:
@@ -166,6 +166,19 @@ header {
|
||||
filter:alpha(opacity=$nav_percent_min_opacity);
|
||||
}
|
||||
|
||||
#powered-by {
|
||||
font-size: 0.5rem;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
#powered-by img {
|
||||
margin-top: -2px;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
color: #FF0000;
|
||||
font-size: 1.1em;
|
||||
|
||||
Reference in New Issue
Block a user