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:
friendica
2014-09-29 21:58:35 -07:00
parent 7c3b428e67
commit 5292e3a100
6 changed files with 38 additions and 1 deletions

View File

@@ -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;