Skip to content

Commit

Permalink
main-content.less: remove more font size definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 15, 2015
1 parent 64ac2ea commit 5cb4aba
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions public/css/icinga/main-content.less
Expand Up @@ -73,7 +73,6 @@ table.avp {
color: @colorTextDarkDefault;
table-layout: auto;
width: 100%;
font-size: 0.9em;
}

table.avp a {
Expand Down Expand Up @@ -107,10 +106,6 @@ table.avp.newsection, table.avp tr.newsection {
padding: 0;
}

table.avp {
font-size: 0.8em;
}

table.avp a {
color: @colorLinkDefault;
text-decoration: none;
Expand All @@ -127,13 +122,10 @@ table.objectstate {
}

table.objectstate td {
font-size: 1.2em;
line-height: 1.5em;
padding-left: 1em;
}

table.objectstate tr.state td.state {
font-size: 1em;
width: 9em;
text-align: center;
padding-left: 0;
Expand Down Expand Up @@ -174,24 +166,9 @@ table.objectlist {
table.benchmark {
margin: 1em 1% 1em 1%;
font-family: monospace;
font-size: 1em;
width: 96%;
}

/*
.dashboard h1 {
font-size: 1em;
}
*/

.dashboard h2 {
font-size: 1em;
}

.dashboard h3 {
font-size: 1em;
}

.dashboard table.benchmark {
font-size: 0.9em;
}
Expand All @@ -217,7 +194,6 @@ table.benchmark {

/* Action table */
table.action {
font-size: 0.9em;
border-collapse: separate;
border-spacing: 1px;
width: 100%;
Expand Down

0 comments on commit 5cb4aba

Please sign in to comment.