Compare commits
No commits in common. "de2af53f60eb51049e3e5f311080fc3d80a85001" and "d89e1859c2501a68a1cbbef38fce454583d21f78" have entirely different histories.
de2af53f60
...
d89e1859c2
3 changed files with 3 additions and 11 deletions
|
@ -162,7 +162,7 @@
|
|||
<div class="cmm-sidebar">
|
||||
|
||||
<h2 style="margin-top: 0px;" >News</h2>
|
||||
<ul style="padding-top: 0px;">
|
||||
<ul>
|
||||
|
||||
|
||||
<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
|
||||
<strong>Note:</strong> You might not get a response.
|
||||
about your registration status.
|
||||
</p>
|
||||
<br>
|
||||
<div class="flex">
|
||||
|
|
10
style.css
10
style.css
|
@ -76,16 +76,8 @@ 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: 5px;
|
||||
padding: 20px;
|
||||
/* border: var(--background2) dashed 2px */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue