# HG changeset patch # User sergey # Date 1400104302 -14400 # Node ID 83ad674a8cdd17d9a886291ac5e43a2c775fa25a # Parent 3efa63d911d4a5dc8dc842263cba8b6e2dc851aa updated styles diff -r 3efa63d911d4 -r 83ad674a8cdd public_html/static/css/global.css --- a/public_html/static/css/global.css Wed May 14 17:29:04 2014 +0400 +++ b/public_html/static/css/global.css Thu May 15 01:51:42 2014 +0400 @@ -18,6 +18,14 @@ text-align: center; } +.float-left { + float: left; +} + +.float-right { + float: right; +} + /********************************* MENUS **************************************/ ul.menu-bar { @@ -31,10 +39,17 @@ line-height: 100%; } +ul.menu-bar li.menu-item { + padding: 5px; + text-decoration: none; + padding-bottom: 8px; +} + .menu-bar a { padding: 5px; display: block; text-decoration: none; + border-bottom: 3px solid; } /********************************* TABLES *************************************/ diff -r 3efa63d911d4 -r 83ad674a8cdd shared_view/layout/init.tt --- a/shared_view/layout/init.tt Wed May 14 17:29:04 2014 +0400 +++ b/shared_view/layout/init.tt Thu May 15 01:51:42 2014 +0400 @@ -0,0 +1,3 @@ +[% + # выполняется в default.tt до формирования тела документа +%] \ No newline at end of file diff -r 3efa63d911d4 -r 83ad674a8cdd view/site/index.tt --- a/view/site/index.tt Wed May 14 17:29:04 2014 +0400 +++ b/view/site/index.tt Thu May 15 01:51:42 2014 +0400 @@ -3,6 +3,11 @@ document.css.push(css.index); %]
+ +