Made article delimiter better visible.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 22 Apr 2017 22:12:03 +0300
changeset 836 8fe8a90e11b3
parent 835 5a5de85f6deb
child 837 ed8a84d9566f
Made article delimiter better visible.
py/gadict_html.py
--- a/py/gadict_html.py	Sat Apr 22 22:09:04 2017 +0300
+++ b/py/gadict_html.py	Sat Apr 22 22:12:03 2017 +0300
@@ -92,7 +92,7 @@
 body {{ max-width: 30em; margin: 0 auto; }}
 .article {{
   margin: .5em 0;
-  border-bottom: 1px solid yellow;
+  border-bottom: 1px dotted brown;
 }}
 .sense {{ margin-top: .5em; }}
 .head {{ color: black; font-weight: bold; }}