diff options
author | clsr <clsr@clsr.net> | 2017-09-07 17:25:36 +0200 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2017-09-07 17:25:36 +0200 |
commit | c9759ed32ac8b50321611de56a8ff70094c802fc (patch) | |
tree | 81c29a801d702cc0a55b5ed11fdf082c1ce879ea /static/style.css | |
parent | 3faab92f3e509258b61c1ac36dead8b2116b3784 (diff) | |
download | cn-http-0.2.1.tar.gz cn-http-0.2.1.zip |
Change emphasized back to <b>, remove incorrect hostname handlingv0.2.1
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
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; } |