This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 68b1d711ffc554db7e0bbe04457b4336b5fa10db Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Oct 23 15:48:53 2014 +0200 Correction d'une règle CSS pour un style que ne devrait s'appliquer qu'aux plans d'échantillonnage --- wao-web/src/main/webapp/wao.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wao-web/src/main/webapp/wao.css b/wao-web/src/main/webapp/wao.css index 712c4da..35ad0c1 100644 --- a/wao-web/src/main/webapp/wao.css +++ b/wao-web/src/main/webapp/wao.css @@ -347,13 +347,6 @@ h3 { text-align: center; } -.large-table thead tr:first-child th { - color: #b2f0b2; - letter-spacing: 0.5px; - text-transform: uppercase; - background-color: #666; -} - .effort .month { font-size: 21px; letter-spacing: 1px; @@ -563,6 +556,13 @@ button.#sampling-plan-filters-form_0:hover { margin-bottom: 20px; } +table.sampling-plan thead tr:first-child th { + color: #b2f0b2; + letter-spacing: 0.5px; + text-transform: uppercase; + background-color: #666; +} + table.sampling-plan tr.facade-row { color: white; background-color: seagreen; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.