css: #overview -> .overview

This commit is contained in:
Jörg Thalheim 2013-01-28 09:21:03 +01:00
parent 0127852e4f
commit f6ffde8556

View File

@ -145,6 +145,6 @@ footer {
}
}
#overview {
span { font-size: 2em; };
.overview {
span { font-size: 1.5em; };
}