commit | fccd16dcc709d5f31e289e9e3d29fb77c5ada498 | [log] [tgz] |
---|---|---|
author | Carey Metcalfe <pR0Ps.CM@gmail.com> | Tue Jan 27 10:52:51 2015 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Wed Feb 04 01:44:22 2015 -0500 |
tree | 582c94af2a1a15f3a6ba6857f38c70fca63dceb9 | |
parent | 0075d2d0ca974b59657b11d2ecd5056af32901a9 [diff] |
Fix hr elements Remove the `color` attribute (`background-color` is the correct way).
diff --git a/static/css/style.less b/static/css/style.less index 7a0c99c..e1be931 100644 --- a/static/css/style.less +++ b/static/css/style.less
@@ -47,7 +47,6 @@ } hr { - color: @border_color; background-color: @border_color; height: 1px; border: none;