1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-03-08 05:09:54 -05:00

[css] inline block for li in main nav

This commit is contained in:
Nicolas Lœuillet 2014-01-10 16:26:07 +01:00
parent 17086fa3bd
commit 2a496fe381

View File

@ -20,6 +20,10 @@ header h1 {
font-size: 1.3em;
}
nav ul li {
display: inline-block;
}
a,
a:hover,
a:visited {