diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-07 12:18:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-07 12:18:29 -0500 |
commit | 1bebf468c993dbb66ed870185e4e0c42fc03f5ad (patch) | |
tree | 3c7a17ab5fcaadf82765711d52acc9a0fdc9fd26 | |
parent | f896fec24da3b1ef1a26e23a2ad5bf2c581acb86 (diff) | |
download | cl-theme-1bebf468c993dbb66ed870185e4e0c42fc03f5ad.tar.lz cl-theme-1bebf468c993dbb66ed870185e4e0c42fc03f5ad.tar.xz cl-theme-1bebf468c993dbb66ed870185e4e0c42fc03f5ad.zip |
add special style
-rw-r--r-- | css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index e79975a..94272ff 100644 --- a/css/style.css +++ b/css/style.css @@ -62,6 +62,10 @@ a.pagination-next.disabled { color: #0dd3ff; } +.is-table { + display: table; +} + /* html/body/font-fixes */ body, input, textarea, .button { font-family: 'Roboto Condensed', sans-serif; |