Committer: ybuhvalova
LJSUP-11767: Add to page with entries by tag title with tags namesU trunk/bin/upgrading/s2layers/sup/themes.s2 U trunk/htdocs/stc/sup/s/x-5-1.css U trunk/htdocs/stc/sup/s/x-5-2.css U trunk/htdocs/stc/sup/s/x-5-3.css U trunk/htdocs/stc/sup/s/x-5-4.css U trunk/htdocs/stc/sup/s/x-5-5.css
Modified: trunk/bin/upgrading/s2layers/sup/themes.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 11:21:10 UTC (rev 11742) +++ trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 11:35:10 UTC (rev 11743) @@ -167,6 +167,7 @@ layerinfo "redist_uniq" = "sup/x-5-1"; set theme_css = "x-5-1.css"; set active_theme = "x5"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-5-2 layerinfo "type" = "theme"; @@ -174,6 +175,7 @@ layerinfo "redist_uniq" = "sup/x-5-2"; set theme_css = "x-5-2.css"; set active_theme = "x5"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-5-3 layerinfo "type" = "theme"; @@ -181,6 +183,7 @@ layerinfo "redist_uniq" = "sup/x-5-3"; set theme_css = "x-5-3.css"; set active_theme = "x5"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-5-4 layerinfo "type" = "theme"; @@ -188,6 +191,7 @@ layerinfo "redist_uniq" = "sup/x-5-4"; set theme_css = "x-5-4.css"; set active_theme = "x5"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-5-5 layerinfo "type" = "theme"; @@ -195,6 +199,7 @@ layerinfo "redist_uniq" = "sup/x-5-5"; set theme_css = "x-5-5.css"; set active_theme = "x5"; +set show_title_on_tagpage = true; #NEWLAYER: sup/10y-summer layerinfo "type" = "theme"; Modified: trunk/htdocs/stc/sup/s/x-5-1.css =================================================================== --- trunk/htdocs/stc/sup/s/x-5-1.css 2012-04-20 11:21:10 UTC (rev 11742) +++ trunk/htdocs/stc/sup/s/x-5-1.css 2012-04-20 11:35:10 UTC (rev 11743) @@ -105,3 +105,9 @@ .comment-wrap .even { background-color:#C6C6C6; } + +.tag-page-header { + margin: 0 0 25px 17px; + font-weight: normal; + font-size: 1.8em; + } Modified: trunk/htdocs/stc/sup/s/x-5-2.css =================================================================== --- trunk/htdocs/stc/sup/s/x-5-2.css 2012-04-20 11:21:10 UTC (rev 11742) +++ trunk/htdocs/stc/sup/s/x-5-2.css 2012-04-20 11:35:10 UTC (rev 11743) @@ -95,3 +95,9 @@ .comment-wrap .even { background-color:#CCC8A9; } + +.tag-page-header { + margin: 0 0 25px 17px; + font-weight: normal; + font-size: 1.8em; + } Modified: trunk/htdocs/stc/sup/s/x-5-3.css =================================================================== --- trunk/htdocs/stc/sup/s/x-5-3.css 2012-04-20 11:21:10 UTC (rev 11742) +++ trunk/htdocs/stc/sup/s/x-5-3.css 2012-04-20 11:35:10 UTC (rev 11743) @@ -98,3 +98,9 @@ color: #FFF6B0; text-decoration: underline; } + +.tag-page-header { + margin: 0 0 25px 17px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-5-4.css =================================================================== --- trunk/htdocs/stc/sup/s/x-5-4.css 2012-04-20 11:21:10 UTC (rev 11742) +++ trunk/htdocs/stc/sup/s/x-5-4.css 2012-04-20 11:35:10 UTC (rev 11743) @@ -95,3 +95,9 @@ color: #FCCC38; text-decoration: underline; } + +.tag-page-header { + margin: 0 0 25px 17px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-5-5.css =================================================================== --- trunk/htdocs/stc/sup/s/x-5-5.css 2012-04-20 11:21:10 UTC (rev 11742) +++ trunk/htdocs/stc/sup/s/x-5-5.css 2012-04-20 11:35:10 UTC (rev 11743) @@ -90,3 +90,9 @@ .comment-wrap .even { background-color:#ADDE8A; } + +.tag-page-header { + margin: 0 0 25px 17px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file