mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Minor style tweaks
This commit is contained in:
parent
0dc0ff1ea5
commit
dfaa28950a
@ -371,15 +371,23 @@ html {
|
|||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hint p,
|
||||||
|
.note p,
|
||||||
|
.notice p,
|
||||||
|
.warning p,
|
||||||
|
.info p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pageSkip {
|
.pageSkip {
|
||||||
background-color: #f9fafa;
|
background-color: #f9fafa;
|
||||||
border: 1px solid #a5b5b0;
|
border: 1px solid #a5b5b0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice,
|
||||||
|
.note {
|
||||||
border-color: #D3C200;
|
border-color: #D3C200;
|
||||||
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 11px;
|
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
|
@ -74,7 +74,7 @@ ul {
|
|||||||
|
|
||||||
li, dd, li p {
|
li, dd, li p {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 10px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user