fixed problem with navigation after login

This commit is contained in:
jeena 2013-08-28 14:51:06 +02:00
parent 08e013a3da
commit c1a3d905ce
2 changed files with 29 additions and 24 deletions

View file

@ -3,6 +3,7 @@ html, body {
padding: 0;
min-height: 100%;
font-family: FeuraSans, sans-serif;
overflow-x: hidden;
}
.red { background: #e74c3c; color: #ecf0f1; }
@ -110,7 +111,7 @@ section > footer {
}
img {
max-width: 100%;
max-width: 100% !important;
height: auto;
}