[Customisation Database Commits] r1108 - in /branches/stable: ./ titania/styles/prosilver/template/common/overall_footer.html titania/styles/prosilver/template/common/overall_header.html titania/styles/prosilver/theme/common.css

Nathan Guse exreaction at phpbb.com
Wed Apr 21 02:42:00 BST 2010


Author: exreaction
Date: Wed Apr 21 02:41:59 2010
New Revision: 1108

Log:
One stable please

Modified:
    branches/stable/   (props changed)
    branches/stable/titania/styles/prosilver/template/common/overall_footer.html
    branches/stable/titania/styles/prosilver/template/common/overall_header.html
    branches/stable/titania/styles/prosilver/theme/common.css

Propchange: branches/stable/
------------------------------------------------------------------------------
*** svn:mergeinfo (original)
--- svn:mergeinfo Wed Apr 21 02:41:59 2010
***************
*** 1 ****
! /trunk:1058,1060,1062-1072,1075-1076,1078,1080-1082,1084-1085,1087-1088,1090,1092-1096,1098,1100-1102,1104-1105
--- 1 ----
! /trunk:1058,1060,1062-1072,1075-1076,1078,1080-1082,1084-1085,1087-1088,1090,1092-1096,1098,1100-1102,1104-1105,1107

Modified: branches/stable/titania/styles/prosilver/template/common/overall_footer.html
==============================================================================
*** branches/stable/titania/styles/prosilver/template/common/overall_footer.html (original)
--- branches/stable/titania/styles/prosilver/template/common/overall_footer.html Wed Apr 21 02:41:59 2010
***************
*** 1 ****
--- 1,10 ----
+ 	<!-- IF U_SUBSCRIBE or IS_SUBSCRIBED -->
+ 	<div class="navbar navigation">
+ 		<div class="inner"><span class="corners-top"><span></span></span>
+ 			<ul class="linklist">
+ 				<!-- IF U_SUBSCRIBE --><li <!-- IF IS_SUBSCRIBED -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_SUBSCRIBE}" title="{L_SUBSCRIBE}"><!-- IF IS_SUBSCRIBED -->{L_UNSUBSCRIBE}<!-- ELSE -->{L_SUBSCRIBE}<!-- ENDIF --></a></li><!-- ENDIF -->
+ 			</ul>
+ 		<span class="corners-bottom"><span></span></span></div>
+ 	</div>
+ 	<!-- ENDIF -->
  {PHPBB_COM_FOOTER}
\ No newline at end of file

Modified: branches/stable/titania/styles/prosilver/template/common/overall_header.html
==============================================================================
*** branches/stable/titania/styles/prosilver/template/common/overall_header.html (original)
--- branches/stable/titania/styles/prosilver/template/common/overall_header.html Wed Apr 21 02:41:59 2010
***************
*** 7,13 ****
  		<h2 class="imgrep customisation-database">{L_CUSTOMISATION_DATABASE}</h2>
  		
  		<!-- IF not S_IS_BOT -->
! 		<div class="panel navigation bg1">
  			<div class="inner"><span class="corners-top"><span></span></span>
  				<ul class="linklist">
  					<!-- IF U_MY_CONTRIBUTIONS or U_CREATE_CONTRIBUTION or U_MANAGE or S_DISPLAY_SEARCH -->
--- 7,13 ----
  		<h2 class="imgrep customisation-database">{L_CUSTOMISATION_DATABASE}</h2>
  		
  		<!-- IF not S_IS_BOT -->
! 		<div class="navbar navigation">
  			<div class="inner"><span class="corners-top"><span></span></span>
  				<ul class="linklist">
  					<!-- IF U_MY_CONTRIBUTIONS or U_CREATE_CONTRIBUTION or U_MANAGE or S_DISPLAY_SEARCH -->

Modified: branches/stable/titania/styles/prosilver/theme/common.css
==============================================================================
*** branches/stable/titania/styles/prosilver/theme/common.css (original)
--- branches/stable/titania/styles/prosilver/theme/common.css Wed Apr 21 02:41:59 2010
***************
*** 103,108 ****
--- 103,110 ----
  
  .navigation {
  	margin-bottom: 10px;
+ 	background-color: #ECF3F7;
+ 	background-image: none;
  }
  
  .navigation .linklist li {




More information about the customisationdb-commits mailing list