CSS : class=super for link
This commit is contained in:
parent
2ba87dd770
commit
6d6e9dede5
1 changed files with 12 additions and 4 deletions
|
|
@ -3641,8 +3641,16 @@ div.widget-full_size {
|
|||
div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; }
|
||||
|
||||
h2.h-section {
|
||||
background-color: #e4e9ee;
|
||||
color: navy;
|
||||
border: 1px steelblue solid;
|
||||
font-style: normal;
|
||||
background-color: #e4e9ee;
|
||||
color: navy;
|
||||
border: 1px steelblue solid;
|
||||
font-style: normal;
|
||||
font-family: OpenSansRegular;
|
||||
}
|
||||
.super {
|
||||
font-family: SansationLight;
|
||||
vertical-align: super;
|
||||
font-size: 80%;
|
||||
font-variant-caps: normal;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue