diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2014-06-11 23:55:06 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2014-06-12 01:09:59 +0200 |
commit | 9731e3604fe360f662a042f3249bb39ddec6adf5 (patch) | |
tree | 14e166892e3e1995b8d4972abebd8bcf7fb07d55 /pyaggr3g470r/static/css/bootstrap.css | |
parent | adding the capacity to mark articles as unread (diff) | |
download | newspipe-9731e3604fe360f662a042f3249bb39ddec6adf5.tar.gz newspipe-9731e3604fe360f662a042f3249bb39ddec6adf5.tar.bz2 newspipe-9731e3604fe360f662a042f3249bb39ddec6adf5.zip |
redoing home page
Diffstat (limited to 'pyaggr3g470r/static/css/bootstrap.css')
-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; +} |