diff options
| author | Ev Bogue <ev@evbogue.com> | 2019-07-09 14:54:02 -0500 | 
|---|---|---|
| committer | Ev Bogue <ev@evbogue.com> | 2019-07-09 14:54:02 -0500 | 
| commit | 97bfde9e23b703fd79550ef47b905853f50843f0 (patch) | |
| tree | 85e7a36ad940756b3cfe2a86be8b83e9ffd268b5 | |
| parent | 6e360a0286d468f5b5134200cec8be87d945cffa (diff) | |
make hrs #ddd
| -rw-r--r-- | css/style.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/css/style.css b/css/style.css index b0b8e3c..24d30be 100644 --- a/css/style.css +++ b/css/style.css @@ -29,7 +29,7 @@ h5 { font-size: 1.15em; }  h6 { font-size: 1.1em; }  hr { -  border: solid #222; +  border: solid #ddd;    clear: both;    border-width: 1px 0 0;    height: 0; | 
