1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added table header row styling, made code blocks horizontally scrollbable fixed link popup on firefox

This commit is contained in:
Dan Brown
2016-02-22 20:18:08 +00:00
parent 3a58e37838
commit c86a122d80
3 changed files with 7 additions and 2 deletions

View File

@@ -20,4 +20,8 @@ table.table {
table {
max-width: 100%;
thead {
background-color: #F8F8F8;
font-weight: 500;
}
}