| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-14 12:58:25 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-14 12:58:25 +0100 | 
| commit | 407275d45a936abccc70d57ab2e96a3b93a6880d (patch) | |
| tree | cf9aa835757f81cf8908388b3678f87ee25a782c /src/battlemap/www/style.css | |
| parent | 44d1ff6a942a64dd87ea51bb8b4db47515ab983a (diff) | |
Visual improvements. Reverses some listings.timeline
Diffstat (limited to 'src/battlemap/www/style.css')
| -rw-r--r-- | src/battlemap/www/style.css | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 08ec900..2911501 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -161,8 +161,10 @@  .battlemap-timeline-portrait  { -   width: 64px; -   height: 64px; +   display: inline-block; +   vertical-align: middle; +   width: 36px; +   height: 36px;  }  /******************************************************************************/  /** Main View Elements ********************************************************/ | 


