← Back to team overview

ubuntu-ru-web team mailing list archive

[Bug 359236] Re: Правка CSS в вики

 

** Also affects: ubuntu-ru/wiki
   Importance: Undecided
       Status: New

** Changed in: ubuntu-ru/wiki
   Importance: Undecided => Wishlist

** Changed in: ubuntu-ru/wiki
     Assignee: (unassigned) => Russian LoCo Web Team (ubuntu-ru-web)

** Changed in: ubuntu-ru
   Importance: Undecided => Wishlist

-- 
Правка CSS в вики
https://bugs.launchpad.net/bugs/359236
You received this bug notification because you are a member of Russian
LoCo Web Team, which is a bug assignee.

Status in Projects of Russian Ubuntu LoCo Team: New
Status in Russian Ubuntu Projects Series: wiki: New

Bug description:
Собственно, предлагается:
1. Исправить div.dokuwiki hr добавивь в него margin : 1em auto; (это чтоб текст не прилипал снизу к линиям, потому как у p стоит margin-bottom: 1em , а у hr почему-то ничего нет)
2. Подправить div.license поставив ему 100% ширины (или margin: 0 auto;, но лучше 100%):
div.license { 
clear: both;
text-align: center;
width: 100%;
}