improve list css

This commit is contained in:
Alexander Tsybulsky 2019-03-16 18:10:14 +02:00 committed by Lars Hvam
parent 2ab4ae9f26
commit 85085b6434

View File

@ -690,6 +690,8 @@ div.tutorial h2 {
float: left; float: left;
margin: 0; margin: 0;
padding: 0; padding: 0;
white-space: nowrap;
text-align: left;
} }
.nav-container.float-right ul { float: right; } .nav-container.float-right ul { float: right; }