Add general layout
authorJoey Schulze <joey@infodrom.org>
Sun, 17 Jul 2016 20:18:15 +0000 (22:18 +0200)
committerJoey Schulze <joey@infodrom.org>
Sun, 17 Jul 2016 20:25:26 +0000 (22:25 +0200)
src/infodrom.css

index 3a71ff7..cb5063c 100644 (file)
@@ -85,6 +85,12 @@ td.in {
 td.out {
   color: #ff0000;
 }
+.left {
+  text-align: left;
+}
+.right {
+  text-align: right;
+}
 
 pre {
   border: 1pt solid #cfcfcf;