2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

updates to add warning for bordered tables to docs, fix to spacing on prettyprint pre blocks

This commit is contained in:
Mark Otto
2011-11-29 23:48:27 -08:00
parent 0c8d2e37e7
commit 90c190d4ef
4 changed files with 19 additions and 3 deletions
+5
View File
@@ -205,6 +205,11 @@ pre {
white-space: pre-wrap;
word-break: break-all;
// Make prettyprint styles more spaced out for readability
&.prettyprint {
margin-bottom: @baseLineHeight;
}
// Account for some code outputs that place code tags in pre tags
code {
padding: 0;