1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Fix <pre> tag styling having a very small line-height.

This commit is contained in:
Benjamin Eberlei 2011-02-20 11:34:59 +01:00
parent 9a289e2982
commit 654dbb1b10

View File

@ -306,16 +306,6 @@ p.admonition-title:after {
content: ":"; content: ":";
} }
pre {
padding: 5px;
background-color: #eeffcc;
color: #333333;
line-height: 120%;
border-left: none;
border-right: none;
margin-left: 30px;
}
tt { tt {
background-color: #ecf0f3; background-color: #ecf0f3;
padding: 0 1px 0 1px; padding: 0 1px 0 1px;
@ -372,7 +362,7 @@ pre
{ {
padding: 0.7em; padding: 0.7em;
background-color: #000; background-color: #000;
line-height: 1.3em; line-height: 1.3em !important;
font-size: 100%; font-size: 100%;
color: #fff; color: #fff;
} }