[Pkg-octave-commit] rev 221 - trunk/www
Rafael Laboissiere
pkg-octave-devel@lists.alioth.debian.org
Wed, 08 Jun 2005 16:52:39 +0000
Author: rafael
Date: 2005-06-08 16:52:38 +0000 (Wed, 08 Jun 2005)
New Revision: 221
Modified:
trunk/www/guidelines.css
Log:
CSS revamp of the Table of Contents block
Modified: trunk/www/guidelines.css
===================================================================
--- trunk/www/guidelines.css 2005-06-08 16:28:16 UTC (rev 220)
+++ trunk/www/guidelines.css 2005-06-08 16:52:38 UTC (rev 221)
@@ -254,6 +254,17 @@
ul.auto-toc {
list-style-type: none }
-#contents {
+#contents {
+ border: 1px dashed #aa7;
background: #eec;
- }
\ No newline at end of file
+}
+
+#contents > p {
+ background: #aa7;
+ color: #fff;
+ font-weight: bold;
+ font-size: 120%;
+ padding: 5px;
+ padding-left: 1em;
+}
+