JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hosts multiple games at once, licensing
[peach-cgt.git] / style.less
index bc3eae3..c701f2e 100644 (file)
@@ -1,3 +1,8 @@
+// style.less
+// Copyright (C) 2011  Jason Woofenden
+// Lincensed under CC0 (ie public domain).
+// Note that most of Peach CGT is AGPLv3
+
 @table-width: 1000px;
 @table-height: 800px;
 
        -moz-box-shadow:    @val;
 }
 
-body {
+body, #other_player_url {
        color: black;
        background: #ccc;
        font-size: 11px;
+       font-weight: normal;
        margin: 0;
        padding: 10px;
 }
@@ -179,3 +185,7 @@ h1 {
                color: #080;
        }
 }
+
+#copyright {
+       padding-top: 4px;
+}