1
0
mirror of synced 2024-12-14 15:16:04 +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: ":";
}
pre {
padding: 5px;
background-color: #eeffcc;
color: #333333;
line-height: 120%;
border-left: none;
border-right: none;
margin-left: 30px;
}
tt {
background-color: #ecf0f3;
padding: 0 1px 0 1px;
@ -372,7 +362,7 @@ pre
{
padding: 0.7em;
background-color: #000;
line-height: 1.3em;
line-height: 1.3em !important;
font-size: 100%;
color: #fff;
}