Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/14 16:39:43 (10 years ago)
Author:
mroscoe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Content/Site.css

    r11036 r11053  
    605605  margin-top: 2%;
    606606}
     607
     608/* About Page Styles */
     609.aboutMain {
     610  width: 96%;
     611  margin: 1% 0% 1% 2%;
     612}
     613
     614.aboutMain h2 {
     615  font-size: 1.4em;
     616}
     617
     618.aboutMain p {
     619  font-size: 1.2em;
     620}
     621
     622.aboutMain p:first-letter {
     623  font-size: 1.4em;
     624}
     625
     626#ExceptionContainer .chartContainer label {
     627  margin: 1% 0 1% 1%;
     628  width: 98%;
     629  font-size: 1.4em;
     630  color: #6B6B6B;
     631  display: inline-block;
     632}
Note: See TracChangeset for help on using the changeset viewer.