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;
|
||||
table-layout: auto;
|
||||
width: 100%;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
table.avp a {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -217,7 +194,6 @@ table.benchmark {
|
|||
|
||||
/* Action table */
|
||||
table.action {
|
||||
font-size: 0.9em;
|
||||
border-collapse: separate;
|
||||
border-spacing: 1px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue