Display help links in titles

This commit is contained in:
Michal Čihař
2011-03-02 10:50:56 +01:00
parent 29ff2c5915
commit eeafbbc053

View File

@@ -53,6 +53,7 @@ h2 {
}
/* Hiding icons in the page titles, they just add clutter MH */
h2 img{display:none;}
h2 a img{display:inline;}
/* Set all tables with data... to 100%, let it flow! */
.data{width:100%}