Compare commits

..

No commits in common. "de2af53f60eb51049e3e5f311080fc3d80a85001" and "d89e1859c2501a68a1cbbef38fce454583d21f78" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View file

@ -162,7 +162,7 @@
<div class="cmm-sidebar"> <div class="cmm-sidebar">
<h2 style="margin-top: 0px;" >News</h2> <h2 style="margin-top: 0px;" >News</h2>
<ul style="padding-top: 0px;"> <ul>
<li> <li>

View file

@ -23,7 +23,7 @@
with basic information that we need to accept. The rest is just sitting back with basic information that we need to accept. The rest is just sitting back
and waiting for admin response.<br><br> and waiting for admin response.<br><br>
<strong>Note:</strong> We will need your real email address to give you info <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> </p>
<br> <br>
<div class="flex"> <div class="flex">

View file

@ -76,16 +76,8 @@ a {
padding: 15px; padding: 15px;
} }
.cmm-sidebar li {
border: var(--background2) 2px dotted;
background-color: #1c1923;
padding: 8px;
list-style: none;
margin-bottom: 5px;
}
.cmm-sidebar ul { .cmm-sidebar ul {
padding: 5px; padding: 20px;
/* border: var(--background2) dashed 2px */ /* border: var(--background2) dashed 2px */
} }