]> git.armaanb.net Git - stagit.git/blobdiff - style.css
Add synatx highlighting with Pygment.
[stagit.git] / style.css
index 02a9d974bdc0f0648f7929f1dd4578378f12b7f5..c35d6e967a4909d04f917ea425ef8ecc539c8bc7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -35,14 +35,22 @@ a.line {
        text-decoration: none;
 }
 
-.loc {
-       margin-left: 0.9em;
+#blob {
+    display: block;
+    max-width: 100%;
+    overflow-x: scroll;
 }
 
-.line {
+.linenos {
        user-select: none;
 }
 
+.linenos a {
+       margin-right: 0.9em;
+       user-select: none;
+       text-decoration: none;
+}
+
 #blob a {
        color: #777;
 }