mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
CSS tweaks for notes markup.
This commit is contained in:
parent
4dbde5c2ef
commit
2dd7fb0798
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user