You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/03/10 15:20:24 UTC

svn commit: r1299208 - /maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido-doc.css

Author: simonetripodi
Date: Sat Mar 10 14:20:24 2012
New Revision: 1299208

URL: http://svn.apache.org/viewvc?rev=1299208&view=rev
Log:
css is no longer the original bootstrap, since it has been modified - anyway it was already ASF licensed

Modified:
    maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido-doc.css

Modified: maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido-doc.css
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido-doc.css?rev=1299208&r1=1299207&r2=1299208&view=diff
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido-doc.css (original)
+++ maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido-doc.css Sat Mar 10 14:20:24 2012
@@ -1,12 +1,22 @@
-/*!
- * Bootstrap v2.0.1
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
+
 .clearfix {
   *zoom: 1;
 }
@@ -24,6 +34,8 @@ body {
   line-height: 18px;
   color: #333333;
   background-color: #ffffff;
+  padding-left: 15px;
+  padding-right: 15px;
 }
 a {
   color: #0088cc;
@@ -93,7 +105,7 @@ h3 small {
 h4, h5, h6 {
   line-height: 18px;
 }
-h4 {
+h4, FrameHeadingFont {
   font-size: 14px;
 }
 h4 small {
@@ -307,33 +319,29 @@ table {
   border-collapse: collapse;
   border-spacing: 0;
 }
-.table {
-  width: 100%;
-  margin-bottom: 18px;
-}
-.table th, .table td {
+table th, table td {
   padding: 8px;
   line-height: 18px;
   text-align: left;
   vertical-align: top;
   border-top: 1px solid #ddd;
 }
-.table th {
+table th {
   font-weight: bold;
 }
-.table thead th {
+table thead th {
   vertical-align: bottom;
 }
-.table thead:first-child tr th, .table thead:first-child tr td {
+table thead:first-child tr th, table thead:first-child tr td {
   border-top: 0;
 }
-.table tbody + tbody {
+table tbody + tbody {
   border-top: 2px solid #ddd;
 }
-.table-condensed th, .table-condensed td {
+table-condensed th, table-condensed td {
   padding: 4px 5px;
 }
-.table-bordered {
+table-bordered {
   border: 1px solid #ddd;
   border-collapse: separate;
   *border-collapse: collapsed;
@@ -341,41 +349,38 @@ table {
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
-.table-bordered th + th,
-.table-bordered td + td,
-.table-bordered th + td,
-.table-bordered td + th {
+table-bordered th + th,
+table-bordered td + td,
+table-bordered th + td,
+table-bordered td + th {
   border-left: 1px solid #ddd;
 }
-.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
+table-bordered thead:first-child tr:first-child th, table-bordered tbody:first-child tr:first-child th, table-bordered tbody:first-child tr:first-child td {
   border-top: 0;
 }
-.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
+table-bordered thead:first-child tr:first-child th:first-child, table-bordered tbody:first-child tr:first-child td:first-child {
   -webkit-border-radius: 4px 0 0 0;
   -moz-border-radius: 4px 0 0 0;
   border-radius: 4px 0 0 0;
 }
-.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
+table-bordered thead:first-child tr:first-child th:last-child, table-bordered tbody:first-child tr:first-child td:last-child {
   -webkit-border-radius: 0 4px 0 0;
   -moz-border-radius: 0 4px 0 0;
   border-radius: 0 4px 0 0;
 }
-.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
+table-bordered thead:last-child tr:last-child th:first-child, table-bordered tbody:last-child tr:last-child td:first-child {
   -webkit-border-radius: 0 0 0 4px;
   -moz-border-radius: 0 0 0 4px;
   border-radius: 0 0 0 4px;
 }
-.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
+table-bordered thead:last-child tr:last-child th:last-child, table-bordered tbody:last-child tr:last-child td:last-child {
   -webkit-border-radius: 0 0 4px 0;
   -moz-border-radius: 0 0 4px 0;
   border-radius: 0 0 4px 0;
 }
-.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
+table-striped tbody tr:nth-child(odd) td, table-striped tbody tr:nth-child(odd) th {
   background-color: #f9f9f9;
 }
-.table tbody tr:hover td, .table tbody tr:hover th {
-  background-color: #f5f5f5;
-}
 table .span1 {
   float: none;
   width: 44px;