notes, warnings etc should break out rightwards too, come to think of it

This commit is contained in:
Coby Chapple 2013-05-02 14:16:19 +01:00
parent 8446f47247
commit c6ce15e435
1 changed files with 6 additions and 0 deletions

View File

@ -716,6 +716,12 @@ code.option, code.flag, code.filter, code.output {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 );
} }
@media (max-width: 568px){
.note {
margin-right: -30px;
}
}
@media (min-width: 768px){ @media (min-width: 768px){
.note { .note {
margin-left: -50px; margin-left: -50px;