summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-09-11 02:06:56 +0000
committerGo MAEDA <maeda@farend.jp>2019-09-11 02:06:56 +0000
commitcf8232b4ca44c66fa4685ee205c8c51af9a2fe03 (patch)
tree28227c4847468045e7e26ff37ead811ffb07c932
parent6b6895fc429cd4fa58ee331c801735fe41b5d044 (diff)
downloadredmine-cf8232b4ca44c66fa4685ee205c8c51af9a2fe03.tar.gz
redmine-cf8232b4ca44c66fa4685ee205c8c51af9a2fe03.zip
Don't use ^= operator to target the wrapper elements (#30467).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18446 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 76363d9a3..45bcc3d39 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -11,7 +11,7 @@ h4 {border-bottom: 1px solid #ccc; font-weight:normal;}
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
/***** Layout *****/
-div[id^="wrapper"] { min-height: inherit; }
+div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }
#wrapper {background: white;overflow: hidden;}
#wrapper3 { display: flex; flex-direction: column; }