]> git.armaanb.net Git - stagit.git/blobdiff - resources/style.css
Add desc file and fix table madness
[stagit.git] / resources / style.css
index b597cb789b23f52fa16920074459d390fabeacbc..10b5cdf785512e0a0062207e191adcedf7740d52 100644 (file)
@@ -70,6 +70,7 @@ table td {
 
 .desc {
        color: #555;
+       margin: 0.5em 0;
 }
 
 hr {
@@ -100,17 +101,19 @@ pre a.d:hover {
        text-decoration: none;
 }
 
-.url td:nth-child(2) {
-       padding-top:    0.2em;
-       padding-bottom: 0.9em;
-}
-
-.url td:nth-child(2) span {
-       padding: 1px 5px;
+.clone {
+       padding: 0.25em 0.5em;
        border: 1px solid #555;
        border-radius: 5px;
+       width: max-content;
+       margin: 0.5em 0;
 }
 
-.url td:nth-child(2) span a {
+.clone a {
        color: #555;
 }
+
+.logo {
+       float: left;
+       padding-right: 1em;
+}