swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 4cc4015b5d43ccc2298f7f877b6d13191ab106d3
parent f85000fd05b70f62ae798a04c2c4064f41574004
Author: uriel@suckless.org <unknown>
Date:   Sat,  5 Jul 2008 22:38:41 +0200

Properly comment out css attributes
Diffstat:
Mpub/style/style.css | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -167,8 +167,10 @@ li ul { color: black!important; background-color: white; padding-left: 5mm; - XXXborder-top: 1px solid rgb(153,153,153); - XXXborder-bottom: 1px solid rgb(153,153,153); + /* + border-top: 1px solid rgb(153,153,153); + border-bottom: 1px solid rgb(153,153,153); + */ font-weight: 600; }