Add powered by logo.

This commit is contained in:
Jason A. Donenfeld
2011-05-09 19:13:13 -04:00
parent fb01d666b8
commit e1ac0c410e
2 changed files with 10 additions and 0 deletions

View File

@ -156,6 +156,15 @@ a:hover {
text-align: center;
}
#powered-by {
clear: both;
text-align: center;
font-size: 0.85em;
font-style: italic;
font-weight: bold;
text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
color: #FFAD27;
}
#error-overlay, #error-text {
position: fixed;
top: 0;