Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/css: main.css
Date: Sun, 28 Sep 2008 13:29:43
Message-Id: E1KjwLE-0006SN-MF@stork.gentoo.org
1 neysx 08/09/28 13:29:40
2
3 Modified: main.css
4 Log:
5 #236374 keep items vertically aligned
6
7 Revision Changes Path
8 1.21 xml/htdocs/css/main.css
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/css/main.css?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/css/main.css?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/css/main.css?r1=1.20&r2=1.21
13
14 Index: main.css
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/css/main.css,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- main.css 15 Mar 2008 22:46:11 -0000 1.20
21 +++ main.css 28 Sep 2008 13:29:40 -0000 1.21
22 @@ -237,6 +237,8 @@
23 text-align: justify;
24 margin:10px;
25 }
26 +.news ul {display:table;} /* BUG #236374:keep all items vertically aligned */
27 +.news ol {display:table;} /* BUG #236374:keep all items vertically aligned */
28 .newsicon {
29 float: left;
30 margin-right: 12px;