diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/cloudy/style.css | 3 | ||||
| -rw-r--r-- | themes/fab/style.css | 9 | ||||
| -rw-r--r-- | themes/minimal/style.css | 5 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 2 | ||||
| -rw-r--r-- | themes/xenea/style.css | 1 |
5 files changed, 15 insertions, 5 deletions
diff --git a/themes/cloudy/style.css b/themes/cloudy/style.css index 2cc18ad92d..08f5d17e36 100644 --- a/themes/cloudy/style.css +++ b/themes/cloudy/style.css @@ -1127,7 +1127,8 @@ th { .news_date { font-family: tahoma, arial, helvetica, sans-serif; color: black; - font-size: 12px; + font-size: .9em; + margin-bottom: 12px; } .timeline_table { diff --git a/themes/fab/style.css b/themes/fab/style.css index b49a7b0c68..49f83a3134 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -268,6 +268,15 @@ img { background-color:#DDD; } +.news_title { + font-size: 1.10em; + font-weight: bold; +} + +.news_date { + margin-bottom: 12px; +} + /* Autocomplete styles*/ .ac_input { background-color: #EEE8AA; diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 033dcaa161..0ec03ad98e 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -611,12 +611,11 @@ table.center{ .news_title { font: bold 14px tahoma, arial, helvetica, sans-serif; - color: black; } .news_date { - font: 12px tahoma, arial, helvetica, sans-serif; - color: black; + font: normal 12px tahoma, arial, helvetica, sans-serif; + margin-bottom: 12px; } .current_day { diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 6590b9ad35..15f4987f60 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -596,8 +596,8 @@ a:hover .nameZoom { } .news_date { - font: 12px tahoma, arial, helvetica, sans-serif; color: black; + margin-bottom: 12px; } .current_day { diff --git a/themes/xenea/style.css b/themes/xenea/style.css index c83ea9260b..ad6ff4dba4 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -713,6 +713,7 @@ a:hover .nameZoom { .news_date { font: 12px tahoma, arial, helvetica, sans-serif; color: black; + margin-bottom: 12px; } .menuitem a { |
