diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-11 20:31:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-11 20:31:37 +0200 |
commit | 0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf (patch) | |
tree | bf74a3b9e43a7718b085ae6d7780e1aaf32c75b9 /view/theme/redbasic | |
parent | a1241daa416edba6bd7cf37147823d6126eb54bc (diff) | |
download | volse-hubzilla-0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf.tar.gz volse-hubzilla-0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf.tar.bz2 volse-hubzilla-0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f72fa5a01..30b0cebb4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -117,15 +117,6 @@ code { color: #000; } -.inline-code { - font-size: 1em; - padding: 0; - border: 0; - background: #FFF; - display: inline; - color: #000; -} - pre { background: #F5F5F5; color: #333; |