Minimal optical achievements, updates ToDo list
This commit is contained in:
parent
7d2e22c64e
commit
e9e428cd01
5
slt/TODO
5
slt/TODO
@ -1,7 +1,6 @@
|
|||||||
Menue links einrichten
|
Menue links einrichten
|
||||||
Drucken Link einbinden
|
|
||||||
Pagination korrigieren
|
|
||||||
Blog Layout korrigieren
|
|
||||||
Alternatives Layout erste Seite
|
Alternatives Layout erste Seite
|
||||||
|
|
||||||
Icons einrichten
|
Icons einrichten
|
||||||
|
|
||||||
|
Mobile menu: foldable: (https://www.tutorialspoint.com/bootstrap/bootstrap_navbar.htm https://www.w3schools.com/bootstrap/bootstrap_navbar.asp)
|
@ -126,6 +126,15 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-child > li > a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav a:hover {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
#main_column {
|
#main_column {
|
||||||
flex: 1 1 60%;
|
flex: 1 1 60%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -33,3 +33,7 @@ table.alternating tr:nth-child(1) {
|
|||||||
table.alternating tr:nth-child(even) {
|
table.alternating tr:nth-child(even) {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 > a {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user