Minor fix (hide also timeline when size is constrained - same as for buttons)

This commit is contained in:
Miroslav Stampar
2014-10-02 17:11:45 +02:00
parent 45dd03864c
commit 899f725faa
2 changed files with 5 additions and 0 deletions

View File

@@ -468,6 +468,9 @@ footer a:hover {
aside#sidebar a.button {
display: none;
}
aside#sidebar div#timeline {
display: none;
}
#main-content h1:before,
#main-content h2:before,
#main-content h3:before,