[gnomeweb-wml] anjuta web: Better terminal style. Added quotation style.



commit 5a812d8a0d22c1e972e45c8a7c58003f5c69c679
Author: Naba Kumar <naba gnome org>
Date:   Sat Jan 30 17:03:13 2010 +0200

    anjuta web: Better terminal style. Added quotation style.

 projects.gnome.org/anjuta/css/style.css |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/css/style.css b/projects.gnome.org/anjuta/css/style.css
index 258a6ba..b29bc01 100644
--- a/projects.gnome.org/anjuta/css/style.css
+++ b/projects.gnome.org/anjuta/css/style.css
@@ -98,13 +98,20 @@ div#sidebar a:hover {
 }
 
 div.terminal {
-  background-color: #000000;
-  color: #aaaaaa;
+  background-color: #444444;
+  color: #eeeeee;
   border: #999999 1px solid;
   font-family: monospace;
   padding: 10px;
 }
 
+p.quote {
+  background-color: #dddddd;
+  color: #333333;
+  font-style: italic;
+  text-align: center;
+}
+
 h1.first {
   margin-top: 0;
   padding-top: 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]