3pane tweaks
This commit is contained in:
parent
203610630a
commit
b27967acf3
|
@ -3662,7 +3662,7 @@
|
|||
|
||||
print "<td class=\"headlineTitle$rtl_cpart\">";
|
||||
|
||||
if ($_SESSION["theme"] != "3pane") {
|
||||
print "<span class=\"headlineInnerTitle\">";
|
||||
|
||||
if ($feed_site_url) {
|
||||
if (!$bottom) {
|
||||
|
@ -3681,7 +3681,8 @@
|
|||
if ($user_page_offset > 1) {
|
||||
print " [$user_page_offset] ";
|
||||
}
|
||||
}
|
||||
|
||||
print "</span>";
|
||||
|
||||
if (!$bottom) {
|
||||
print "
|
||||
|
|
|
@ -26,4 +26,6 @@ div.postHeader div.postDateRTL {
|
|||
float : none;
|
||||
}
|
||||
|
||||
|
||||
span.headlineInnerTitle {
|
||||
display : none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue