projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de54a08
)
fix color
author
Matt Lee
<mattl@gnu.org>
Wed, 8 Sep 2010 15:14:32 +0000
(15:14 +0000)
committer
Matt Lee
<mattl@gnu.org>
Wed, 8 Sep 2010 15:14:32 +0000
(15:14 +0000)
screen.css
patch
|
blob
|
blame
|
history
diff --git
a/screen.css
b/screen.css
index 27dcccc8c9ec6d9b3661a6b13237cf0fcf2cb739..a237b842f3b91c77111eb1e6fd2e02d339422e55 100644
(file)
--- a/
screen.css
+++ b/
screen.css
@@
-2,6
+2,10
@@
html,body{margin: 0 !important; padding: 0 !important;}
+ html { background-color: #ccc; }
+
+ #doc2 { background-color: white; }
+
a:link{color: blue;}
a:hover{color: red;}
a:visited{color: darkblue;}