1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 18:52:08 +02:00

Make notes consistent throughout the docs

# Note: This required a silly change in PhD, so mirrors do not have the proper
# markup for this until we release new PhD version and regenerate the docs
This commit is contained in:
Hannes Magnusson
2010-12-27 13:50:05 +00:00
parent 0f88a024a0
commit 6178ca58bb

View File

@@ -21,12 +21,12 @@
.docs div.warning,
.docs div.tip,
.docs .notes blockquote {
.docs blockquote.note {
padding: 10px 20px;
margin: 1em 2em 1.3em;
}
.docs .notes blockquote {
.docs blockquote.note {
border-top: 3px solid #fff08a;
background-color: #EFEFEF;
}
@@ -38,7 +38,7 @@
border-top: 3px solid #ff4d4d;
background-color: #EFEFEF;
}
.docs .notes blockquote, .docs div.warning, .docs div.tip {
.docs blockquote.note, .docs div.warning, .docs div.tip {
font-size: 1em;
margin-right: 0.8em;
}
@@ -91,6 +91,7 @@
.docs div.inicode,
.docs div.lscode,
.docs div.shellcode,
.docs div.HTTPcode,
.docs .screen {
border: 1px solid #E2E1D5;
background-color: #EFEFEF;