Minimal optical achievements, updates ToDo list

This commit is contained in:
Christian Wolf 2017-07-12 15:49:59 +02:00
parent 7d2e22c64e
commit e9e428cd01
3 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,6 @@
Menue links einrichten
Drucken Link einbinden
Pagination korrigieren
Blog Layout korrigieren
Alternatives Layout erste Seite
Icons einrichten
Mobile menu: foldable: (https://www.tutorialspoint.com/bootstrap/bootstrap_navbar.htm https://www.w3schools.com/bootstrap/bootstrap_navbar.asp)

View File

@ -126,6 +126,15 @@ body {
display: block;
}
.nav-child > li > a {
display: block;
}
.nav a:hover {
background-color: #eeeeee;
text-decoration: none;
}
#main_column {
flex: 1 1 60%;
display: flex;

View File

@ -33,3 +33,7 @@ table.alternating tr:nth-child(1) {
table.alternating tr:nth-child(even) {
background-color: lightgray;
}
h2 > a {
color: black;
}