diff options
author | jaseg <code@jaseg.net> | 2019-03-31 04:08:39 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-03-31 04:08:39 +0900 |
commit | 6ece0619029687f0c63f4d1423e64733ba7d93aa (patch) | |
tree | af18799f83d623b8563e66576e306bc0da13c63f /gerboweb/static | |
parent | 9f20d47c1f5a1d83c6a5dd9dc4ea57dad53c64d9 (diff) | |
download | gerbolyze-6ece0619029687f0c63f4d1423e64733ba7d93aa.tar.gz gerbolyze-6ece0619029687f0c63f4d1423e64733ba7d93aa.tar.bz2 gerbolyze-6ece0619029687f0c63f4d1423e64733ba7d93aa.zip |
gerboweb: Fixup playbook to run from fresh install
Diffstat (limited to 'gerboweb/static')
-rw-r--r-- | gerboweb/static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gerboweb/static/style.css b/gerboweb/static/style.css index ede89d4..eb926dc 100644 --- a/gerboweb/static/style.css +++ b/gerboweb/static/style.css @@ -159,8 +159,7 @@ div.loading-message { left: 0; width: 60px; - line-height: 50px; - padding-top: 10px; + line-height: 60px; } .step > .description { |