Add uMap log

This commit is contained in:
Yohan Boniface 2013-02-22 17:03:02 +01:00
parent 6173fbdae2
commit 7117aa120d
3 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

View file

@ -163,12 +163,15 @@ nav a {
text-align: center; text-align: center;
} }
nav a:hover, nav h1 a { nav a:hover {
background-color: SeaGreen; background-color: SeaGreen;
} }
nav h1 a { nav h1 a {
font-weight: bold; background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url("./umap.png");
color: transparent;
} }
nav a.logout { nav a.logout {

BIN
umap/static/umap/umap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB