pull/2419/head
commit
50c098a20c
@ -1,77 +0,0 @@ |
|||||||
//-- copyright |
|
||||||
// OpenProject is a project management system. |
|
||||||
// Copyright (C) 2012-2014 the OpenProject Foundation (OPF) |
|
||||||
// |
|
||||||
// This program is free software; you can redistribute it and/or |
|
||||||
// modify it under the terms of the GNU General Public License version 3. |
|
||||||
// |
|
||||||
// OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: |
|
||||||
// Copyright (C) 2006-2013 Jean-Philippe Lang |
|
||||||
// Copyright (C) 2010-2013 the ChiliProject Team |
|
||||||
// |
|
||||||
// This program 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 program 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
||||||
// |
|
||||||
// See doc/COPYRIGHT.rdoc for more details. |
|
||||||
//++ |
|
||||||
|
|
||||||
/* Merged from the new layout #263 |
|
||||||
/** |
|
||||||
* ToC |
|
||||||
* 00 - Base Typography |
|
||||||
* 01 - Header |
|
||||||
* 02 - Main Menu |
|
||||||
* 03 - Main Content |
|
||||||
* 04 - Issue Tables |
|
||||||
* 05 - Single Issue Page |
|
||||||
* 06 - Projects Page |
|
||||||
* 07 - Behavior Styles |
|
||||||
* 08 - Reusable classes |
|
||||||
* 09 - New Issue Form |
|
||||||
* 10 - Plugins and misc |
|
||||||
* 11 - Appended from staging |
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------- |
|
||||||
* =00 - Base Typography |
|
||||||
* |
|
||||||
* This section includes the typography base for the body and heading elements. |
|
||||||
*------------------------------------------------------------------------------ |
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 |
|
||||||
font-weight: bold |
|
||||||
|
|
||||||
h1 |
|
||||||
font-size: 21px |
|
||||||
|
|
||||||
h2, .wiki h1 |
|
||||||
font-size: 18px |
|
||||||
padding: 2px 10px 1px 0px |
|
||||||
margin: 0 0 10px 0 |
|
||||||
border-bottom: 1px solid #bbbbbb |
|
||||||
|
|
||||||
h3 |
|
||||||
font-size: 16px |
|
||||||
margin-bottom: 16px |
|
||||||
|
|
||||||
h4 |
|
||||||
font-size: 14px |
|
||||||
margin-bottom: 16px |
|
||||||
|
|
||||||
h5 |
|
||||||
font-size: 12px |
|
||||||
text-transform: uppercase |
|
||||||
margin-bottom: 18px |
|
||||||
|
|
||||||
a:hover |
|
||||||
text-decoration: underline |
|
Loading…
Reference in new issue