[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2080b81 css: remove margin from code element

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Wed May 30 01:21:24 EEST 2018


The branch, master has been updated
       via  2080b81a83a5cf811c1037dcf44b64fa1e90012f (commit)
      from  c112da144207019155291bc1850b92ccc479b0ea (commit)


- Log -----------------------------------------------------------------
commit 2080b81a83a5cf811c1037dcf44b64fa1e90012f
Author:     Lou Logan <lou at lrcd.com>
AuthorDate: Tue May 29 14:14:28 2018 -0800
Commit:     Lou Logan <lou at lrcd.com>
CommitDate: Tue May 29 14:19:35 2018 -0800

    css: remove margin from code element
    
    The margin added ugly, unecessary vertical spacing that disrupted the
    flow of text. Especially apparent in paragraphs.
    
    Signed-off-by: Lou Logan <lou at lrcd.com>

diff --git a/src/less/style.less b/src/less/style.less
index 6588ec7..26b8862 100644
--- a/src/less/style.less
+++ b/src/less/style.less
@@ -251,7 +251,6 @@ code {
     background-color: @Cmaindark;
     color: @Csecondlight;
     display: inline-block;
-    margin: 5px;
 }
 
 .table {

-----------------------------------------------------------------------

Summary of changes:
 src/less/style.less | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list