From 67aa00d0bbc638bc527de1c617f5a915eb5b4fcb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Mar 2012 14:36:58 -0800 Subject: make pre font-size a percentage of @baseFontSize --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 00baa1a5f..02ab012c4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -525,7 +525,7 @@ pre { display: block; padding: 8.5px; margin: 0 0 9px; - font-size: 12px; + font-size: 12.025px; line-height: 18px; background-color: #f5f5f5; border: 1px solid #ccc; -- cgit v1.2.3