CSS tweaks for notes markup.

This commit is contained in:
Paul J. Davis 2010-03-26 16:00:31 -04:00
parent 4dbde5c2ef
commit 2dd7fb0798

View File

@ -225,3 +225,33 @@ ul#actions li a:hover {
#the-configuration-file dt {
font-weight: 700;
}
.note {
padding:.6em .6em .6em 80px;
border:1px solid #489848;
background:#FFFFDD;
margin-bottom:3.5em;
/*font-size:.95em;*/
position:relative;
}
.note p.admonition-title:before {
content:"!";
font-size:60px;
font-weight:bold;
color:#489848;
font-family:helvetica,arial;
position:absolute;
left:30px;
}
.note p.admonition-title {
font-weight:700;
padding:0;
margin:0 0 4px 0;
}
.note p.last {
padding:0;
margin:0;
}