The branch, master has been updated via 6be4f840ed0783b1e48a94e62ea477fbc36cc653 (commit) from fad4b4853911040f6173f4f074bf40ed998fd6cf (commit)
- Log ----------------------------------------------------------------- commit 6be4f840ed0783b1e48a94e62ea477fbc36cc653 Author: Rouslan Placella rouslan@placella.com Date: Wed Nov 23 22:32:56 2011 +0000
Need to hide the "No indexes found" message in print view
-----------------------------------------------------------------------
Summary of changes: themes/original/css/theme_print.css.php | 4 ++++ themes/pmahomme/css/theme_print.css.php | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php index 0804342..4cf8e33 100644 --- a/themes/original/css/theme_print.css.php +++ b/themes/original/css/theme_print.css.php @@ -36,3 +36,7 @@ th { font-weight: bold; background-color: #e5e5e5; } + +.hide { + display: none; +} diff --git a/themes/pmahomme/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php index ad5484a..428ec8d 100644 --- a/themes/pmahomme/css/theme_print.css.php +++ b/themes/pmahomme/css/theme_print.css.php @@ -36,3 +36,7 @@ th { font-weight: bold; background-color: #e5e5e5; } + +.hide { + display: none; +}
hooks/post-receive