diff options
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,5 +44,5 @@ video { } table { - @extend .table; + @extend .table, .table-striped; } |
index : omni/styling | ||
Unnamed repository; edit this file 'description' to name the repository. | Siri Reiter |
summaryrefslogtreecommitdiff |
-rw-r--r-- | style.scss | 2 |
@@ -44,5 +44,5 @@ video { } table { - @extend .table; + @extend .table, .table-striped; } |