]> git.plutz.net Git - busy/blobdiff - templates/Subversion.css
porting busy to confetti framework
[busy] / templates / Subversion.css
diff --git a/templates/Subversion.css b/templates/Subversion.css
new file mode 100644 (file)
index 0000000..c362338
--- /dev/null
@@ -0,0 +1,19 @@
+.changelog {
+  background-color: #FFF;
+  border-color: #AAF;
+  border-style: solid;
+  border-width: 1px;
+  margin: .6em 0em;
+  padding: .2em .5em .5em .5em;
+  border-radius: 8px;
+  -moz-border-radius: 8px;
+}
+.changelog h2{
+  font: normal bold 1em sans-serif;
+  text-align: center;
+  color: #66F;
+  margin: 0em 0em .3em 0em;
+  border-style: none none solid none;
+  border-width: 1px;
+  border-color: #AAF;
+}