summaryrefslogtreecommitdiffstats
path: root/public/ng/less/ui/reset.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/ui/reset.less')
-rw-r--r--public/ng/less/ui/reset.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less
index 8ff45d694d..0e7a50e408 100644
--- a/public/ng/less/ui/reset.less
+++ b/public/ng/less/ui/reset.less
@@ -193,21 +193,19 @@ code,
kbd,
pre,
samp {
- font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ font-family: monospace, monospace;
+ font-size: 1em;
}
.text-left {
text-align: left;
}
-
.text-right {
text-align: right;
}
-
.text-center {
text-align: center;
}
-
.list-no-style {
list-style: none;
}