← Back to team overview

ubuntu-ru-web team mailing list archive

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

 

https://code.launchpad.net/~ubuntu-ru-web/ubuntu-ru/wiki

** Changed in: ubuntu-ru/wiki
       Status: New => Fix Released

** Changed in: ubuntu-ru
       Status: New => Fix Released

-- 
Правка 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: Fix Released
Status in Russian Ubuntu Projects wiki series: Fix Released

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