diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-09-03 18:10:51 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-09-03 18:10:51 -0400 |
| commit | 21fed45c1669e662439e74477f6cef6ba6b6520c (patch) | |
| tree | 5f07c6cd349fb411a27b542a5267ca321a7e5385 | |
| parent | d7b6dcb55c1ff4fec3c91f4880e69946b41a4070 (diff) | |
| parent | edcc5e0810a512f4e43f9227b974b5fb3cd31082 (diff) | |
| download | themes-21fed45c1669e662439e74477f6cef6ba6b6520c.tar.gz themes-21fed45c1669e662439e74477f6cef6ba6b6520c.tar.bz2 themes-21fed45c1669e662439e74477f6cef6ba6b6520c.zip | |
Merge branch 'master' of github.com:bitweaver/themes
| -rw-r--r-- | css/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css index 61187af..c3bbd70 100644 --- a/css/base.css +++ b/css/base.css @@ -33,6 +33,7 @@ html[dir='rtl'] .alignright {text-align:left} .display-none {display:none;} .inline {display:inline;} .inline-block {display:inline-block;} +.display-block {display:block;} .table-cell {display:table-cell;} .strong {font-weight:bold} |
