Respect paging.log config settings.
[catagits/Gitalist.git] / root / static / css / core.css
index 41e66a4..e34a12b 100755 (executable)
@@ -84,7 +84,7 @@ a img{
        width:100%;
        clear:both;
        float:right;
-       margin:-5px 10px 0 0;
+       margin:-9px 10px 0 0;
 }
 #nav_logs ul{
        margin:0;
@@ -492,7 +492,7 @@ BUT the final width needs to be set with javascript based on the parent element
   padding: 0 8px;
 }
 #blame a {
- atext-decoration: none;
+ text-decoration: none;
 }
 #blame {
     overflow-x: scroll;
@@ -536,6 +536,14 @@ div.blob {
 
 /* /blobdiff etc */
 
+.commit-message {
+  white-space: pre-wrap;
+  width: 400px;
+}
+p.commit-message {
+  margin: 0;
+}
+
 /* Hidden spans that contain bits of data to be used by JS */
 .js-data {
     display: none;