diff options
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r-- | public/ng/less/ui/reset.less | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less index 36906ce5..8ff45d69 100644 --- a/public/ng/less/ui/reset.less +++ b/public/ng/less/ui/reset.less @@ -193,8 +193,7 @@ code, kbd, pre, samp { - font-family: monospace, monospace; - font-size: 1em; + font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; } .text-left { @@ -342,15 +341,6 @@ hr { border-bottom: 1px solid @hrColor; margin-bottom: .75em; } - -// code element - -p { - code { - color: @inlineCodeColor; - } -} - // radius element .radius { |