Fixed CSS to not hide paper titles

This commit is contained in:
str4d
2014-01-12 15:41:00 +00:00
parent de5028e1c1
commit cb90b5840b

View File

@@ -274,7 +274,7 @@ div#content .main {
color:black; font-size:1.3em; line-height:1.4em;
}
div#content .inner .title {
div#content .inner > .title {
display: none;
}