From e847725313534a65d5c8195601ada2bc66eda395 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 4 Sep 2013 05:27:14 +1200 Subject: [PATCH] Comments typo --- .travis.yml | 6 ++---- plugins/Zeitgeist/stylesheets/ui/_siteSelect.less | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95535781fc..391de22321 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,8 @@ env: # Run PHP 5.4 for aa tests to generate # code coverage. -# Temporarily disabling the full build while we release 1.12, -# The bug experienced here is a "test edge case" bug quite tricky to find -# and very much out of reach for my priorities at this stage. Will come back to fix this bug in June. -# +# Disabling the full build +# The bug experienced here is a "test edge case" bug tricky to find #matrix: # include: # - php: 5.4 diff --git a/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less b/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less index cea8a4b34c..10702315da 100644 --- a/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less +++ b/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less @@ -5,7 +5,7 @@ position: absolute; font-size: 12px; display: inline-block; - height: 30px; /* Hack to not push the dashboard widget bellow */ + height: 30px; /* Hack to not push the dashboard widget below */ } .top_bar_sites_selector { -- GitLab