13 lines
243 B
CSS
13 lines
243 B
CSS
/*
|
|
* PORTAL.CSS--
|
|
*
|
|
* Copyright (C) 2008 Antoine Durand-Gasselin
|
|
* Author: Antoine Durand-Gasselin <adg@crans.org>
|
|
*/
|
|
|
|
.portal ul, .portal li, .portal td, .portal tr, .portal table {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|