diff options
author | friendica <info@friendica.com> | 2014-05-24 03:28:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-24 03:28:25 -0700 |
commit | da523fcfacffbf5456e6ab88a116787dea969000 (patch) | |
tree | 7f88945a70ea22e08005d4fbdfee586225e12e5c /view/theme | |
parent | 059b6cd411e7034bd6b1b6de02dc34984259bd11 (diff) | |
download | volse-hubzilla-da523fcfacffbf5456e6ab88a116787dea969000.tar.gz volse-hubzilla-da523fcfacffbf5456e6ab88a116787dea969000.tar.bz2 volse-hubzilla-da523fcfacffbf5456e6ab88a116787dea969000.zip |
app basic style
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f773264cc..fe4c93e66 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -535,6 +535,12 @@ aside li { font-size: 0.7em; } +.app-name { + width: 125px; + overflow: none; +} + + .pager { padding: 10px; text-align: center; |