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-4-1.css U trunk/htdocs/stc/sup/s/x-4-2.css U trunk/htdocs/stc/sup/s/x-4-3.css U trunk/htdocs/stc/sup/s/x-4-4.css U trunk/htdocs/stc/sup/s/x-4-5.css
Modified: trunk/bin/upgrading/s2layers/sup/themes.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 11:10:10 UTC (rev 11741) +++ trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 11:21:10 UTC (rev 11742) @@ -126,6 +126,7 @@ layerinfo "redist_uniq" = "sup/x-4-1"; set theme_css = "x-4-1.css"; set active_theme = "x4"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-4-2 layerinfo "type" = "theme"; @@ -133,6 +134,7 @@ layerinfo "redist_uniq" = "sup/x-4-2"; set theme_css = "x-4-2.css"; set active_theme = "x4"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-4-3 layerinfo "type" = "theme"; @@ -140,6 +142,7 @@ layerinfo "redist_uniq" = "sup/x-4-3"; set theme_css = "x-4-3.css"; set active_theme = "x4"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-4-4 layerinfo "type" = "theme"; @@ -147,6 +150,7 @@ layerinfo "redist_uniq" = "sup/x-4-4"; set theme_css = "x-4-4.css"; set active_theme = "x4"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-4-5 layerinfo "type" = "theme"; @@ -154,6 +158,7 @@ layerinfo "redist_uniq" = "sup/x-4-5"; set theme_css = "x-4-5.css"; set active_theme = "x4"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-5-1 Modified: trunk/htdocs/stc/sup/s/x-4-1.css =================================================================== --- trunk/htdocs/stc/sup/s/x-4-1.css 2012-04-20 11:10:10 UTC (rev 11741) +++ trunk/htdocs/stc/sup/s/x-4-1.css 2012-04-20 11:21:10 UTC (rev 11742) @@ -96,3 +96,9 @@ .comment-wrap .even { background-color:#FFAEB5; } + +.tag-page-header { + margin-top: 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-4-2.css =================================================================== --- trunk/htdocs/stc/sup/s/x-4-2.css 2012-04-20 11:10:10 UTC (rev 11741) +++ trunk/htdocs/stc/sup/s/x-4-2.css 2012-04-20 11:21:10 UTC (rev 11742) @@ -97,3 +97,9 @@ .comment-wrap .even { background-color:#B6C6F4; } + +.tag-page-header { + margin-top: 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-4-3.css =================================================================== --- trunk/htdocs/stc/sup/s/x-4-3.css 2012-04-20 11:10:10 UTC (rev 11741) +++ trunk/htdocs/stc/sup/s/x-4-3.css 2012-04-20 11:21:10 UTC (rev 11742) @@ -99,3 +99,9 @@ .comment-wrap .even { background-color:#B0DA99; } + +.tag-page-header { + margin-top: 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-4-4.css =================================================================== --- trunk/htdocs/stc/sup/s/x-4-4.css 2012-04-20 11:10:10 UTC (rev 11741) +++ trunk/htdocs/stc/sup/s/x-4-4.css 2012-04-20 11:21:10 UTC (rev 11742) @@ -103,3 +103,9 @@ .comment-wrap .even { background-color:#C6C6C6; } + +.tag-page-header { + margin-top: 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-4-5.css =================================================================== --- trunk/htdocs/stc/sup/s/x-4-5.css 2012-04-20 11:10:10 UTC (rev 11741) +++ trunk/htdocs/stc/sup/s/x-4-5.css 2012-04-20 11:21:10 UTC (rev 11742) @@ -103,3 +103,9 @@ .comment-wrap .even { background-color:#FFC341; } + +.tag-page-header { + margin-top: 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file