[ljcom] r11738: LJSUP-11767: Add to page with entries by...
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-1-1.css U trunk/htdocs/stc/sup/s/x-1-2.css U trunk/htdocs/stc/sup/s/x-1-3.css U trunk/htdocs/stc/sup/s/x-1-4.css U trunk/htdocs/stc/sup/s/x-1-5.css
Modified: trunk/bin/upgrading/s2layers/sup/themes.s2
===================================================================
--- trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 06:54:57 UTC (rev 11737)
+++ trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 09:28:37 UTC (rev 11738)
@@ -4,6 +4,7 @@
layerinfo "redist_uniq" = "sup/x-1-1";
set theme_css = "x-1-1.css";
set active_theme = "x0";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/x-1-2
layerinfo "type" = "theme";
@@ -11,6 +12,7 @@
layerinfo "redist_uniq" = "sup/x-1-2";
set theme_css = "x-1-2.css";
set active_theme = "x1";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/x-1-3
layerinfo "type" = "theme";
@@ -18,6 +20,7 @@
layerinfo "redist_uniq" = "sup/x-1-3";
set theme_css = "x-1-3.css";
set active_theme = "x1";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/x-1-4
layerinfo "type" = "theme";
@@ -25,6 +28,7 @@
layerinfo "redist_uniq" = "sup/x-1-4";
set theme_css = "x-1-4.css";
set active_theme = "x1";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/x-1-5
layerinfo "type" = "theme";
@@ -32,6 +36,7 @@
layerinfo "redist_uniq" = "sup/x-1-5";
set theme_css = "x-1-5.css";
set active_theme = "x1";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/x-2-1
layerinfo "type" = "theme";
Modified: trunk/htdocs/stc/sup/s/x-1-1.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-1-1.css 2012-04-20 06:54:57 UTC (rev 11737)
+++ trunk/htdocs/stc/sup/s/x-1-1.css 2012-04-20 09:28:37 UTC (rev 11738)
@@ -118,3 +118,8 @@
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-1-2.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-1-2.css 2012-04-20 06:54:57 UTC (rev 11737)
+++ trunk/htdocs/stc/sup/s/x-1-2.css 2012-04-20 09:28:37 UTC (rev 11738)
@@ -100,3 +100,9 @@
.comment-wrap .even {
background-color:#C6C6C6;
}
+
+.tag-page-header {
+ margin-top: 20px;
+ font-weight: normal;
+ font-size: 1.8em;
+ }
Modified: trunk/htdocs/stc/sup/s/x-1-3.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-1-3.css 2012-04-20 06:54:57 UTC (rev 11737)
+++ trunk/htdocs/stc/sup/s/x-1-3.css 2012-04-20 09:28:37 UTC (rev 11738)
@@ -127,3 +127,9 @@
.comment-wrap .even {
background-color:#123812;
}
+
+.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-1-4.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-1-4.css 2012-04-20 06:54:57 UTC (rev 11737)
+++ trunk/htdocs/stc/sup/s/x-1-4.css 2012-04-20 09:28:37 UTC (rev 11738)
@@ -87,3 +87,9 @@
.comment-wrap .even {
background-color:#4E1817;
}
+
+.tag-page-header {
+ margin-top: 20px;
+ font-weight: normal;
+ font-size: 1.8em;
+ }
Modified: trunk/htdocs/stc/sup/s/x-1-5.css
===================================================================
--- trunk/htdocs/stc/sup/s/x-1-5.css 2012-04-20 06:54:57 UTC (rev 11737)
+++ trunk/htdocs/stc/sup/s/x-1-5.css 2012-04-20 09:28:37 UTC (rev 11738)
@@ -116,3 +116,9 @@
.comment-wrap .even {
background-color:#D0CC8D;
}
+
+.tag-page-header {
+ margin-top: 20px;
+ font-weight: normal;
+ font-size: 1.8em;
+ }
\ No newline at end of file
