1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Update print.css

ul.nav is overqualified - simply nav is more scope-appropriate.
This commit is contained in:
Solace
2017-11-13 02:43:14 -08:00
committed by GitHub
parent db27afae03
commit 8995c5d892

View File

@@ -26,7 +26,7 @@ th {
text-align: left;
padding: 4px;
}
ul.nav {
nav {
float: left;
}
ul {