Add styling for hr in wikipagefooter
SPR-762
This commit is contained in:
parent
b9747892af
commit
5370d9e9af
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wikipagefooter {
|
||||||
|
> hr {
|
||||||
|
margin-top: 3em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
border-top: dashed grey 3px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue