Fix guides home links and maintain compatibility with small screens

Commit 65a2977cdd55678d3eab06434625375914511786 has introduced some
changes to format content for small devices, this change reverts the
original font size for normal screens while maintaing the same format
for these devices.

[ci skip]
This commit is contained in:
Carlos Antonio da Silva 2012-11-07 09:16:48 -02:00
parent 9886b88a3b
commit c233b2f653

@ -541,13 +541,19 @@ h6 {
}
#mainCol dt, #subCol dt {
font-size: 1em;
font-size: 1.2857em;
padding: 0.125em 0 0.25em 0;
margin-bottom: 0;
/*background: url(../images/book_icon.gif) no-repeat left top;
padding: 0.125em 0 0.25em 28px;*/
}
@media screen and (max-width: 480px) {
#mainCol dt, #subCol dt {
font-size: 1em;
}
}
#mainCol dd.work-in-progress, #subCol dd.work-in-progress {
background: #fff9d8 url(../images/tab_yellow.gif) no-repeat left top;
border: none;