From 27217fddb34e79e2be1cdde65ee63d3de4e5c9a1 Mon Sep 17 00:00:00 2001 From: acrefoot Date: Mon, 9 Jun 2014 11:27:39 -0700 Subject: [PATCH] make bootstrap inline-code preserve whitespace (imported from commit be7d45663b3a9ecd40968cae5d0fb6c734a05212) --- static/third/bootstrap/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/third/bootstrap/css/bootstrap.css b/static/third/bootstrap/css/bootstrap.css index ac3f3aa08c..c44e360c0a 100644 --- a/static/third/bootstrap/css/bootstrap.css +++ b/static/third/bootstrap/css/bootstrap.css @@ -1019,6 +1019,7 @@ code { color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; + white-space: pre; } pre {