01/01: comment style and delete not used image
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 4b7a4e4e5ad4ac15136127fc2046c186fcda192f Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Wed Jul 9 17:01:40 2014 +0200 comment style and delete not used image --- .../src/main/webapp/img/glyphicons_050_link.png | Bin 1410 -> 0 bytes pollen-ui-angular/src/main/webapp/less/style.less | 4 ++++ 2 files changed, 4 insertions(+) diff --git a/pollen-ui-angular/src/main/webapp/img/glyphicons_050_link.png b/pollen-ui-angular/src/main/webapp/img/glyphicons_050_link.png deleted file mode 100644 index a68cbfc..0000000 Binary files a/pollen-ui-angular/src/main/webapp/img/glyphicons_050_link.png and /dev/null differ diff --git a/pollen-ui-angular/src/main/webapp/less/style.less b/pollen-ui-angular/src/main/webapp/less/style.less index f61e193..847dba8 100644 --- a/pollen-ui-angular/src/main/webapp/less/style.less +++ b/pollen-ui-angular/src/main/webapp/less/style.less @@ -11,6 +11,7 @@ margin-top:60px; } +/* global min width */ @media screen and (max-width: @responsive-min-width) { #content, #pollenMenu, #pollenMenu .container-fluid, #poll-link { width:@responsive-min-width !important; @@ -44,6 +45,7 @@ } } +/* width > @responsive-large-width */ @media screen and (min-width: (@responsive-large-width + 1px)) { @width-max : 300px; @width-min : 35px; @@ -129,6 +131,7 @@ } } +/* width < @responsive-large-width */ @media screen and (max-width: @responsive-large-width) { @foot-padding : 1.8%; @foot-height : 80px; @@ -162,6 +165,7 @@ display:none; } + /* height < @responsive-height */ @media (max-height: @responsive-height) { position:relative; background-color:inherit; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm