]> BookStack Code Mirror - bookstack/commitdiff
Added table header row styling, made code blocks horizontally scrollbable fixed link...
authorDan Brown <redacted>
Mon, 22 Feb 2016 20:18:08 +0000 (20:18 +0000)
committerDan Brown <redacted>
Mon, 22 Feb 2016 20:18:08 +0000 (20:18 +0000)
resources/assets/sass/_pages.scss
resources/assets/sass/_tables.scss
resources/assets/sass/_text.scss

index 74fac4dfc7c02c25d7cc3a47db3fb762d36ec118..e1feccb64d038849f76a5993b8dc1b6c40a52c6a 100644 (file)
     background-color: #FFF;
     border: 1px solid #DDD;
     color: #666;
-    width: 180px;
+    width: 172px;
     z-index: 40;
   }
   input, button {
index 0311311581a38486930ecddda08589500173e3e3..999d65f8dbd2c15efc1ae12a36ee5f6eb0efe2a7 100644 (file)
@@ -20,4 +20,8 @@ table.table {
 
 table {
   max-width: 100%;
+  thead {
+    background-color: #F8F8F8;
+    font-weight: 500;
+  }
 }
\ No newline at end of file
index ec42fe080ebb2e3c0d7bc6eeefac66d7fe22477d..86150e94bd382dec3b8a132c385572063bdc64e2 100644 (file)
@@ -115,7 +115,8 @@ pre {
   box-shadow: 0 1px 2px 0px rgba(10, 10, 10, 0.06);
   border: 1px solid rgba(221, 221, 221, 0.66);
   background-color: #fdf6e3;
-  padding: 0.5em;
+  padding: $-s;
+  overflow-x: scroll;
 }
 
 blockquote {