You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2017/06/18 16:46:18 UTC

svn commit: r1799105 - /comdev/reporter.apache.org/trunk/site/css/tabs.css

Author: humbedooh
Date: Sun Jun 18 16:46:18 2017
New Revision: 1799105

URL: http://svn.apache.org/viewvc?rev=1799105&view=rev
Log:
Merge in CSS suggestions off-list by Pono:
- Make line-heights larger (enlarge <br>)
- Make headers (h3) larger
- Fix link colors in 'back to top'

Modified:
    comdev/reporter.apache.org/trunk/site/css/tabs.css

Modified: comdev/reporter.apache.org/trunk/site/css/tabs.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/css/tabs.css?rev=1799105&r1=1799104&r2=1799105&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Sun Jun 18 16:46:18 2017
@@ -17,6 +17,10 @@ a {
     color: #224;
 }
 
+br {
+    line-height: 1.5rem;
+}
+
 .warning {
     font-size: 1.2rem;
     color: #A60;
@@ -89,6 +93,16 @@ h2 {
     margin-bottom: 8px;
 }
 
+h3 {
+    height: 24px;
+    padding-top: 4px;
+    padding-left: 4px;
+}
+
+h3 a {
+    color: #8AD !important;
+}
+
 
 .logo {
   position: absolute;