Add page tail that contains the key of the current Sone.
[Sone.git] / src / main / resources / static / css / sone.css
index 919b033..ab45d45 100644 (file)
@@ -13,7 +13,7 @@
 /* now for the real stuff. */
 
 #sone {
-       width: 68em;
+       width: 55em;
        margin: auto;
 }
 
@@ -33,6 +33,7 @@
 
 #sone #profile {
        height: 80px;
+       margin-bottom: 1ex;
 }
 
 #sone .profile-link {
        display: inline;
 }
 
+#sone #tail .import-key {
+       margin-top: 1em;
+       border-top: solid 1px #ccc;
+       padding-top: 1em;
+       text-align: center;
+       font-size: 85%;
+       color: #888;
+}
+
 
 #sone h1 {
        font-family: inherit;