summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2017-09-07 17:25:36 +0200
committerclsr <clsr@clsr.net>2017-09-07 17:25:36 +0200
commitc9759ed32ac8b50321611de56a8ff70094c802fc (patch)
tree81c29a801d702cc0a55b5ed11fdf082c1ce879ea /static/style.css
parent3faab92f3e509258b61c1ac36dead8b2116b3784 (diff)
downloadcn-http-c9759ed32ac8b50321611de56a8ff70094c802fc.tar.gz
cn-http-c9759ed32ac8b50321611de56a8ff70094c802fc.zip
Change emphasized back to <b>, remove incorrect hostname handlingv0.2.1
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 08d6f63..9d6565a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -179,8 +179,7 @@ img {
max-width: 100%;
}
-em {
- font-style: normal;
+b {
font-weight: bold;
}