[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Tue, 11 May 2010 10:49:55 +0000 (UTC)

changeset: 516:fdac56a22494
tag: tip
user: pancake
date: Tue May 11 12:49:43 2010 +0200
files: surf.suckless.org/files/black_css.md
description:
* Fix black_css visual issues of some web pages


diff -r 2214b9fa78cc -r fdac56a22494 surf.suckless.org/files/black_css.md
--- a/surf.suckless.org/files/black_css.md Mon May 10 22:26:34 2010 +0200
+++ b/surf.suckless.org/files/black_css.md Tue May 11 12:49:43 2010 +0200
_AT_@ -6,13 +6,15 @@
 
 This file must be deployed into ~/.surf/style.css to get a black themed surf
 
- textarea,body,input,td,tr,p {
+ pre,textarea,body,input,td,tr,p {
                 background-color: black !important;
+ background-image: none !important;
                 color: #e0e0e0 !important;
         }
 
         div {
                 background-color: #202020 !important;
+ background-image: none !important;
                 color: #e0e0e0 !important;
         }
 
Received on Tue May 11 2010 - 12:49:55 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:31:15 CEST