1
0
Fork 0

navigation aid: show server name on page

This commit is contained in:
Friendika 2010-12-22 20:04:20 -08:00
commit e287014b98
2 changed files with 9 additions and 0 deletions

View file

@ -72,6 +72,14 @@ blockquote:before {
content: '>> ';
}
#site-location {
position: absolute;
right: 5px;
top: 3px;
color: white;
font-size: 60%;
}
.shiny {
border-color: orange !important;
}