CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/03/27 07:40:20
Modified files: . : style.ru.css server : banner.ru.html Log message: adjust CSS for Russian pages CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/style.ru.css?cvsroot=www&r1=1.4&r2=1.5 http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.ru.html?cvsroot=www&r1=1.65&r2=1.66 Patches: Index: style.ru.css =================================================================== RCS file: /web/www/www/style.ru.css,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- style.ru.css 17 Jan 2009 14:32:14 -0000 1.4 +++ style.ru.css 27 Mar 2011 07:40:11 -0000 1.5 @@ -1,8 +1,6 @@ -/* -style.ru.css -- additional css stylesheet used on russian -translation of www.gnu.org pages +/* style.ru.css -- additional CSS used for Russian pages of www.gnu.org -Copyright (C) 2007, 2008 Free Software Foundation +Copyright (C) 2011 Free Software Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -14,37 +12,19 @@ conditions: The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +included in all copies or substantial portions of the Software. */ -*/ +/* make navigation line fit into narrower windows; + separate the lines with extra space when it doesn't */ +#navigation li a { padding: .4em; line-height: 1.5em; } + +/* Russify background image */ +#logo { background:url(/graphics/topbanner.ru.png) no-repeat; } + +/* separate the subscription box from the navigation bar when + window width makes the browser put it below the topbanner + rather than side by side */ +#fssbox { margin-bottom: 0.5em; } -#navigation ul { - /*line-height: 3.3em;*/ - font-size: 75%; -} - -#navigation li { - margin: 0pt; - padding: 0.5em 0.3em; -} - -#navigation div { - max-width: 60em; -} - - -#links li { - font-size: 0.7em; -} - -#links { - padding-left: 0.5em; - right: -2em; -} - -#logo { - background:url(/graphics/topbanner.ru.png) no-repeat; - border: 0; - margin: 0em; - padding: 0; -} +/* separate emph-box on /home.ru.html from subsequent items */ +.emph-box { margin-bottom: 0.5em; } Index: server/banner.ru.html =================================================================== RCS file: /web/www/www/server/banner.ru.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -b -r1.65 -r1.66 --- server/banner.ru.html 28 Mar 2010 09:02:28 -0000 1.65 +++ server/banner.ru.html 27 Mar 2011 07:40:16 -0000 1.66 @@ -1,5 +1,6 @@ <!-- start of banner.ru.html --> <!--#include virtual="/server/head-include-2.ru.html" --> +<link rel="stylesheet" href="/style.ru.css" media="screen" /> </head> <body> <!--#include virtual="/server/body-include-1.ru.html" -->