1
0
Fork 0

Webinterface: CSS verbessert (+Favicon)

This commit is contained in:
Findus23 2014-05-15 16:29:22 +02:00
parent b313512a3e
commit e929db9eb5
2 changed files with 4 additions and 4 deletions

BIN
Webinterface/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -17,9 +17,9 @@ li {
display: inline;
}
a:link,a:visited {
transition: background-color,width 0.5s;
transition: 0.5s;
display: inline-block;
width:150px;
width:200px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
@ -29,7 +29,7 @@ li {
}
a:hover,a:active {
background-color:#7A991A;
width: 180px;
width: 220px;
}
h1 {
padding-top: 20px;