diff options
author | Ben Burwell <ben@benburwell.com> | 2015-03-30 02:50:54 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-03-30 02:50:54 -0400 |
commit | 657810acf16a4ba1cbfd524bfa323c01b52c9766 (patch) | |
tree | 9f9ef4fa97c9dc1949b0cbea3935d755b089f2e8 | |
parent | 2b59a0f8355ae8b4bf71cf5c2a365de91f5ebe1b (diff) |
restore data-table style
-rw-r--r-- | _sass/_brand.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/_brand.scss b/_sass/_brand.scss index 74c4651..b18521e 100644 --- a/_sass/_brand.scss +++ b/_sass/_brand.scss @@ -86,3 +86,7 @@ ol { font-style: normal; } } + +.data-table { + font-size: 0.8rem; +} |