From f5024eb13af16d87c75ce3ec4901fb445b5a1718 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Jul 2014 23:36:40 -0700 Subject: start the move to rems --- less/code.less | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'less/code.less') diff --git a/less/code.less b/less/code.less index baa13df61..ed75d6bec 100644 --- a/less/code.less +++ b/less/code.less @@ -41,21 +41,16 @@ pre { display: block; padding: ((@line-height-computed - 1) / 2); margin: 0 0 (@line-height-computed / 2); - font-size: (@font-size-base - 1); // 14px to 13px + font-size: 90%; line-height: @line-height-base; - word-break: break-all; - word-wrap: break-word; color: @pre-color; background-color: @pre-bg; - border: 1px solid @pre-border-color; - border-radius: @border-radius-base; // Account for some code outputs that place code tags in pre tags code { padding: 0; font-size: inherit; color: inherit; - white-space: pre-wrap; background-color: transparent; border-radius: 0; } -- cgit v1.2.3