forked from mirrors/relay
Don't style instance descriptions
This commit is contained in:
parent
dd83f4a859
commit
f4690b5a04
1 changed files with 17 additions and 1 deletions
|
@ -20,7 +20,6 @@ body * {
|
|||
}
|
||||
|
||||
header {
|
||||
|
||||
.header-text {
|
||||
max-width: 700px;
|
||||
margin: auto;
|
||||
|
@ -162,6 +161,23 @@ footer {
|
|||
.instance-admin {
|
||||
margin: 24px 0;
|
||||
}
|
||||
|
||||
.description .please-stay {
|
||||
h3 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
ul {
|
||||
list-style: disc;
|
||||
padding-left: 24px;
|
||||
|
||||
li {
|
||||
padding: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue