]> granicus.if.org Git - libexpat/commitdiff
Simple style sheet for the Expat web page.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 9 May 2002 12:14:54 +0000 (12:14 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 9 May 2002 12:14:54 +0000 (12:14 +0000)
htdocs/style.css [new file with mode: 0644]

diff --git a/htdocs/style.css b/htdocs/style.css
new file mode 100644 (file)
index 0000000..2b6f35f
--- /dev/null
@@ -0,0 +1,13 @@
+.corner    { width: 200px;
+             height: 80px;
+             text-align: center;
+             }
+.navbar    { background-color: rgb(110,139,61);
+             padding-top: 2em;
+             }
+.banner    { background-color: rgb(110,139,61);
+             color: rgb(255,236,176);
+             padding-left: 2em;
+             }
+.banner h2 { font-size: 200%; }
+.content   { padding: 2em; }