minor improvements of the Liquid skin
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1407 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									59f012b528
								
							
						
					
					
						commit
						36acb9d8cf
					
				
					 2 changed files with 2 additions and 6 deletions
				
			
		|  | @ -36,8 +36,8 @@ class Controller(BaseController): | ||||||
|         macros = self.macros |         macros = self.macros | ||||||
|         params = [('zope3_tablelayout.css', 'all'), |         params = [('zope3_tablelayout.css', 'all'), | ||||||
|                   ('base.css', 'screen'), |                   ('base.css', 'screen'), | ||||||
|                   ('custom.css', 'all'), |                   ('print.css', 'print'), | ||||||
|                   ('print.css', 'print')] |                   ('custom.css', 'all')] | ||||||
|         for param in params: |         for param in params: | ||||||
|             macros.register('css', identifier=param[0], |             macros.register('css', identifier=param[0], | ||||||
|                             resourceName=param[0], media=param[1]) |                             resourceName=param[0], media=param[1]) | ||||||
|  |  | ||||||
|  | @ -399,10 +399,6 @@ div.box h4 { | ||||||
|     padding: 4px; |     padding: 4px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .box div.body a:hover { |  | ||||||
|     text-decoration: underline; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .box .content { | .box .content { | ||||||
|     padding: 0.5em; |     padding: 0.5em; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm