diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-09 13:09:07 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:31:18 +0200 |
commit | 59ec33cded4be492660677a93265004e03cdac4c (patch) | |
tree | daac8591b8a38f57d1516a3ffd6b9789392e290f /themes/dev-urandom/static | |
parent | e49caca57a4db984019cba1aafd4b4a338f6aacf (diff) | |
download | schiltknecht.org-59ec33cded4be492660677a93265004e03cdac4c.tar.gz schiltknecht.org-59ec33cded4be492660677a93265004e03cdac4c.tar.bz2 schiltknecht.org-59ec33cded4be492660677a93265004e03cdac4c.zip |
Modifications du thème
* Suppression fichiers inutiles
* Modifications CSS pour afficher les field list
* Modifications templates pour ne pas afficher les sites liés ou les catégories
s'il n'y en a pas.
Diffstat (limited to 'themes/dev-urandom/static')
-rw-r--r-- | themes/dev-urandom/static/css/theme.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/dev-urandom/static/css/theme.css b/themes/dev-urandom/static/css/theme.css index e8c84f0..1639c64 100644 --- a/themes/dev-urandom/static/css/theme.css +++ b/themes/dev-urandom/static/css/theme.css @@ -77,7 +77,7 @@ article:last-of-type:after { } #page-head h1 { - font-size: 4em; + font-size: 3em; } #page-head h1 a:hover { @@ -184,6 +184,14 @@ table td, table th { padding: .15em .3em; } +/* Remove margin, padding and borders for field list */ +table.field-list, table th.field-name, table td.field-body { + margin: 0; + padding: 0; + border: none; + text-align: left; +} + pre { font-family: monospace; font-size: 0.95em; |