The branch, master has been updated via fce4352d00a934c78e1cd366c0d5e08a86223322 (commit) from b293ec7188b6b39ac769f358a2f4a95d0a49c1b7 (commit)
- Log ----------------------------------------------------------------- commit fce4352d00a934c78e1cd366c0d5e08a86223322 Author: Lou Logan <l...@lrcd.com> AuthorDate: Thu Oct 24 11:39:57 2019 -0800 Commit: Lou Logan <l...@lrcd.com> CommitDate: Thu Oct 24 11:40:56 2019 -0800 web/css: make download button smaller It was made too big when changing "Download" to "Download Source Code". Signed-off-by: Lou Logan <l...@lrcd.com> diff --git a/src/less/style.less b/src/less/style.less index 26b8862..c83f3e6 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -395,14 +395,14 @@ code { text-align: center; margin: 160px auto; .btn { - font-size: 3em; + font-size: 2em; padding: 3%; display: inline-block; margin-bottom: 5px; } small { display: block; - font-size: 0.4em; + font-size: 0.5em; } } h2.description { ----------------------------------------------------------------------- Summary of changes: src/less/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".