[FFmpeg-cvslog] [ffmpeg-web] branch master updated. fce4352 web/css: make download button smaller

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Thu Oct 24 22:49:30 EEST 2019


The branch, master has been updated
       via  fce4352d00a934c78e1cd366c0d5e08a86223322 (commit)
      from  b293ec7188b6b39ac769f358a2f4a95d0a49c1b7 (commit)


- Log -----------------------------------------------------------------
commit fce4352d00a934c78e1cd366c0d5e08a86223322
Author:     Lou Logan <lou at lrcd.com>
AuthorDate: Thu Oct 24 11:39:57 2019 -0800
Commit:     Lou Logan <lou at 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 <lou at 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
-- 



More information about the ffmpeg-cvslog mailing list