Skip to content

Commit

Permalink
Added placeholder noscript CSS includes for base, grids responsive, a…
Browse files Browse the repository at this point in the history
…nd grids util.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Sep 24, 2012
1 parent 9f6e1cf commit 2b997f7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/theme-clf2-nsi2/css/theme-ns-min.css
Expand Up @@ -5,4 +5,4 @@
*
* Version: v3.0.1a1
*
*/.no-js .lb-inline,.no-js .lb-hidden-gallery a{display:block;visibility:visible}.no-js .tabs-panel>div{display:block}.no-js details>*{display:block}#wb-body h1,#cn-in-pd h3{position:absolute;clip:rect(1px,1px,1px,1px);height:1px!important;width:1px!important;overflow:hidden!important}#wb-skip{display:none;visibility:hidden}#cn-left-msg,#cn-right-msg{width:49%}#cn-left-msg{float:left}#cn-right-msg{float:right}#cn-in-pd ul{list-style-type:none;margin:-2px 0 0 0}#cn-in-pd ul li{width:47%;margin-top:5px}#cn-inotices-link-left{float:left}#cn-inotices-link-right{float:right;text-align:right}.cn-doc-dates{margin:0;width:100%;float:left;clear:left;min-width:6em;margin-top:5px}.cn-doc-dates dt{display:inline}.cn-doc-dates dd{margin-left:0;display:inline}.cn-doc-dates dd span{white-space:nowrap}
*/.no-js .lb-inline,.no-js .lb-hidden-gallery a{display:block;visibility:visible}.no-js .tabs-panel>div{display:block}.no-js details>*{display:block}
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-ns-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/base/sass/base-ns.scss
@@ -0,0 +1,5 @@
@charset "utf-8";
/*
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
5 changes: 5 additions & 0 deletions src/grids/sass/responsive-ns.scss
@@ -0,0 +1,5 @@
@charset "utf-8";
/*
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
5 changes: 5 additions & 0 deletions src/grids/sass/util-ns.scss
@@ -0,0 +1,5 @@
@charset "utf-8";
/*
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
1 change: 1 addition & 0 deletions src/js/sass/pe-ap-ns.scss
@@ -1,3 +1,4 @@
@charset "utf-8";
/*
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
Expand Down
4 changes: 3 additions & 1 deletion src/theme-clf2-nsi2/sass/theme-ns.scss
Expand Up @@ -4,6 +4,8 @@
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
/* -----Build Include Section Start----- */
@import url('../../css/base-ns.css');
@import url('../../grids/css/responsive-ns.css');
@import url('../../grids/css/util-ns.css');
@import url('../../js/css/pe-ap-ns.css');
@import url('includes/serv.css');
/* -----Build Include Section End----- */
4 changes: 3 additions & 1 deletion src/theme-gcwu-fegc/sass/theme-ns.scss
Expand Up @@ -4,8 +4,10 @@
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
/* -----Build Include Section Start----- */
@import url('../../css/base-ns.css');
@import url('../../grids/css/responsive-ns.css');
@import url('../../grids/css/util-ns.css');
@import url('../../js/css/pe-ap-ns.css');
@import url('includes/serv.css');
/* -----Build Include Section End----- */
@media screen and (max-width:767px),
only screen and (max-width:1199px) and (-webkit-min-device-pixel-ratio:2),
Expand Down

0 comments on commit 2b997f7

Please sign in to comment.