# HG changeset patch # User Oleksandr Gavenko # Date 1492888323 -10800 # Node ID 8fe8a90e11b3632cac1db8cf4a07236de75c9b38 # Parent 5a5de85f6debcf25ba5dacf4cce96a1e262f9b26 Made article delimiter better visible. diff -r 5a5de85f6deb -r 8fe8a90e11b3 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; }}