diff --git a/Identity/Webenv/Css/App/ads.css b/Identity/Webenv/Css/App/ads.css deleted file mode 100644 index 397b033..0000000 --- a/Identity/Webenv/Css/App/ads.css +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Webenv -> Advertisements - * - * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG - * - * This CSS is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This CSS is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * ---------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------- - */ - diff --git a/Identity/Webenv/Css/App/base.css b/Identity/Webenv/Css/App/base.css index 8b6be5f..a6127f2 100755 --- a/Identity/Webenv/Css/App/base.css +++ b/Identity/Webenv/Css/App/base.css @@ -161,9 +161,10 @@ div#page-header div.last-releases div span.last { --------------------------------------------------------------------*/ div#page-header div.userlinks { - margin: 10px; + padding: 10px; text-align: right; font-size: x-small; + clear: both; } div#page-header div.userlinks div.left { @@ -215,8 +216,7 @@ div#page-header div.userlinks div.right span.last:after { /* User trail on header. --------------------------------------------------------------------*/ div#page-header div.usertrail { - margin-right: 10px; - margin-bottom: 5px; + padding: 10px; text-align: right; } diff --git a/Identity/Webenv/Css/App/headings.css b/Identity/Webenv/Css/App/headings.css deleted file mode 100755 index cb1f5ab..0000000 --- a/Identity/Webenv/Css/App/headings.css +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Webenv -> Headings - * - * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG - * - * This CSS is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This CSS is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * ---------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------- - */ - -h1.title, -h2.title, -h3.title, -h4.title, -h5.title, -h6.title { - line-height: 1em; - } - -h1.title { - } - -.subtitle, -.author { - line-height: 1.5em; - } diff --git a/Identity/Webenv/Css/App/pagelines.css b/Identity/Webenv/Css/App/pagelines.css deleted file mode 100755 index a82ed92..0000000 --- a/Identity/Webenv/Css/App/pagelines.css +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Webenv -> Pagelines - * - * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG - * - * This CSS is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This CSS is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * ---------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------- - */ - diff --git a/Identity/Webenv/Css/App/paragraphs.css b/Identity/Webenv/Css/App/paragraphs.css deleted file mode 100755 index 1574dff..0000000 --- a/Identity/Webenv/Css/App/paragraphs.css +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Webenv -> Paragraphs - * - * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG - * - * This CSS is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This CSS is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * ---------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------- - */ - -div#content p { - text-align:justify; - }