diff options
author | Cédric Bonhomme <kimble.mandel+bitbucket@gmail.com> | 2014-06-12 07:23:48 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel+bitbucket@gmail.com> | 2014-06-12 07:23:48 +0200 |
commit | 71b0130c7f231d4f2a922f23ad02c03a074b2f12 (patch) | |
tree | 88226ddc308f24eb102cc9a88c0cbcfb9f1d2dfa /pyaggr3g470r/static | |
parent | fixes #7 (diff) | |
parent | reimplementing the unread count in left menu (diff) | |
download | newspipe-71b0130c7f231d4f2a922f23ad02c03a074b2f12.tar.gz newspipe-71b0130c7f231d4f2a922f23ad02c03a074b2f12.tar.bz2 newspipe-71b0130c7f231d4f2a922f23ad02c03a074b2f12.zip |
Merged in jaesivsm/pyaggr3g470r/ui_tweak (pull request #3)
Redoing home page with a table a few less SQL queries
Diffstat (limited to 'pyaggr3g470r/static')
-rw-r--r-- | pyaggr3g470r/static/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyaggr3g470r/static/css/bootstrap.css b/pyaggr3g470r/static/css/bootstrap.css index 14cc1f48..0b9217fc 100644 --- a/pyaggr3g470r/static/css/bootstrap.css +++ b/pyaggr3g470r/static/css/bootstrap.css @@ -5829,3 +5829,9 @@ td.visible-print { } } /*# sourceMappingURL=bootstrap.css.map */ +.strict-table td{ + min-width: 70px; +} +.strict-table td.date { + min-width: 190px; +} |