Picked up Phil's CSS improvements.

This commit is contained in:
Oliver Gierke
2013-02-11 12:12:36 +01:00
parent 3bd617589f
commit cb2d6615c6

View File

@@ -179,6 +179,10 @@ table tr:nth-child(2n) {
}
td p {
margin: 0 0 15px 0;
}
div.table-contents td p {
margin: 0;
}
@@ -197,7 +201,7 @@ div.calloutlist > table > tbody > tr > td:first-child {
width: 30px !important;
}
div.note,div.tip,div.warning {
div.important,div.note,div.tip,div.warning {
margin-left: 40px !important;
margin-right: 20px !important;
margin-top: 10px;