The branch, master has been updated via 02e8a22bc32a6891c649f15f27d5562fcbdda99b (commit) via b322bdf1d0db947315c3ac945fa45a4a6c2c65ca (commit) from 4ef7f005dd886528fb3d063b7aae5d9306bc013e (commit)
- Log ----------------------------------------------------------------- commit 02e8a22bc32a6891c649f15f27d5562fcbdda99b Author: Timothy Gu <timothyg...@gmail.com> AuthorDate: Sun Apr 12 15:55:58 2015 -0700 Commit: Timothy Gu <timothyg...@gmail.com> CommitDate: Sun Apr 12 15:57:00 2015 -0700 Minor fix for FFmpeg logo alignment diff --git a/htdocs/css/simple-sidebar.css b/htdocs/css/simple-sidebar.css index cfbc624..71a8a39 100644 --- a/htdocs/css/simple-sidebar.css +++ b/htdocs/css/simple-sidebar.css @@ -56,6 +56,10 @@ font-size: 18px; } +.sidebar-nav > .sidebar-brand img { + vertical-align: text-top; +} + .sidebar-nav > .sidebar-brand a { color: #999999; } commit b322bdf1d0db947315c3ac945fa45a4a6c2c65ca Author: Timothy Gu <timothyg...@gmail.com> AuthorDate: Sun Apr 12 15:48:34 2015 -0700 Commit: Timothy Gu <timothyg...@gmail.com> CommitDate: Sun Apr 12 15:57:00 2015 -0700 sidebar: Use the same line height as its height Fixes weird behavior in Chrome inspector. diff --git a/htdocs/css/simple-sidebar.css b/htdocs/css/simple-sidebar.css index fce2166..cfbc624 100644 --- a/htdocs/css/simple-sidebar.css +++ b/htdocs/css/simple-sidebar.css @@ -52,7 +52,7 @@ .sidebar-nav > .sidebar-brand { height: 65px; - line-height: 60px; + line-height: 65px; font-size: 18px; } ----------------------------------------------------------------------- Summary of changes: htdocs/css/simple-sidebar.css | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog