Compare commits
3 commits
d89e1859c2
...
de2af53f60
Author | SHA1 | Date | |
---|---|---|---|
de2af53f60 | |||
c9a6ac611b | |||
c9b2983dfe |
3 changed files with 11 additions and 3 deletions
|
@ -162,7 +162,7 @@
|
|||
<div class="cmm-sidebar">
|
||||
|
||||
<h2 style="margin-top: 0px;" >News</h2>
|
||||
<ul>
|
||||
<ul style="padding-top: 0px;">
|
||||
|
||||
|
||||
<li>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
with basic information that we need to accept. The rest is just sitting back
|
||||
and waiting for admin response.<br><br>
|
||||
<strong>Note:</strong> We will need your real email address to give you info
|
||||
about your registration status.
|
||||
<strong>Note:</strong> You might not get a response.
|
||||
</p>
|
||||
<br>
|
||||
<div class="flex">
|
||||
|
|
10
style.css
10
style.css
|
@ -76,8 +76,16 @@ a {
|
|||
padding: 15px;
|
||||
}
|
||||
|
||||
.cmm-sidebar li {
|
||||
border: var(--background2) 2px dotted;
|
||||
background-color: #1c1923;
|
||||
padding: 8px;
|
||||
list-style: none;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.cmm-sidebar ul {
|
||||
padding: 20px;
|
||||
padding: 5px;
|
||||
/* border: var(--background2) dashed 2px */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue