main-content.less: remove more font size definitions
This commit is contained in:
parent
64ac2ea4c8
commit
5cb4aba09b
|
@ -73,7 +73,6 @@ table.avp {
|
||||||
color: @colorTextDarkDefault;
|
color: @colorTextDarkDefault;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp a {
|
table.avp a {
|
||||||
|
@ -107,10 +106,6 @@ table.avp.newsection, table.avp tr.newsection {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp {
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.avp a {
|
table.avp a {
|
||||||
color: @colorLinkDefault;
|
color: @colorLinkDefault;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -127,13 +122,10 @@ table.objectstate {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.objectstate td {
|
table.objectstate td {
|
||||||
font-size: 1.2em;
|
|
||||||
line-height: 1.5em;
|
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.objectstate tr.state td.state {
|
table.objectstate tr.state td.state {
|
||||||
font-size: 1em;
|
|
||||||
width: 9em;
|
width: 9em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
@ -174,24 +166,9 @@ table.objectlist {
|
||||||
table.benchmark {
|
table.benchmark {
|
||||||
margin: 1em 1% 1em 1%;
|
margin: 1em 1% 1em 1%;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1em;
|
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.dashboard h1 {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.dashboard h2 {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard h3 {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard table.benchmark {
|
.dashboard table.benchmark {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
@ -217,7 +194,6 @@ table.benchmark {
|
||||||
|
|
||||||
/* Action table */
|
/* Action table */
|
||||||
table.action {
|
table.action {
|
||||||
font-size: 0.9em;
|
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 1px;
|
border-spacing: 1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue