chiark / gitweb /
A new chapter with descriptions of the tabs
[disorder] / disobedience / manual / disobedience.css
index 7a0f198298b17b00489baa0fa15d5d51143d5b00..e28b88111adab4d1dca3da9303814602d54ed557 100644 (file)
@@ -32,6 +32,10 @@ a {
   text-decoration: none
 }
 
+h2 a {
+  color: black
+}
+
 a:active {
   color: red
 }
@@ -61,3 +65,16 @@ h2 {
   font-variant: normal;
   display: block
 }
+
+td {
+  vertical-align: top;
+  padding: 8px
+}
+
+table {
+  margin-left: 2em
+}
+
+p.image {
+  text-align: center
+}