diff options
author | Silvio <silvio@socioambiental.org> | 2013-05-27 14:11:32 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-05-27 14:11:32 -0300 |
commit | 79eb4659e30d2c1c2a1ad1aaa49d457a8517a5da (patch) | |
tree | 8a86b4f47c562d920ea636d596d02e814ecbc73e | |
parent | 8b2b84c63af07913292f08d9db78d7203c120552 (diff) | |
download | jquery_drawer-79eb4659e30d2c1c2a1ad1aaa49d457a8517a5da.tar.gz jquery_drawer-79eb4659e30d2c1c2a1ad1aaa49d457a8517a5da.tar.bz2 |
Do not set foreground and background colors
-rw-r--r-- | jquery_drawer.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery_drawer.css b/jquery_drawer.css index 62da52c..0e9c6eb 100644 --- a/jquery_drawer.css +++ b/jquery_drawer.css @@ -1,6 +1,6 @@ div#content { - color : #ffffff; - background : #000000; + /*color : #ffffff;*/ + /*background : #000000;*/ } div#info { |