diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-22 11:04:46 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-22 11:04:46 -0400 |
commit | 196efecaaabca797832e62287732a77f02b6b594 (patch) | |
tree | 6c2bc4717c19137cd7f55e3054948ca54e85ffc6 /public/ng/less/ui | |
parent | 01e69af2c8ff2738dca6377742c862546fad8239 (diff) |
Fix #491
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 { |