Compare commits

..

No commits in common. "f2b3318e6c856c790e0b573d08d04f762193d564" and "7a617503fdab5edabc04390a5725df70f316112f" have entirely different histories.

2 changed files with 1 additions and 38 deletions

View File

@ -25,10 +25,6 @@
<input type="submit" class="login-button" value="Log in" />
</form>
</div>
<div class="updates-wrapper">
<h2 class="updates-title">---News---</h3>
<p class="update-content"><span style="font-weight: bold; color: black">Update 1: </span>Registration is closed until further notice for development; though still mostly functional for the time being. Thank you for your patience.</p>
</div>
</div>
</body>
</html>

View File

@ -38,7 +38,7 @@ body {
padding-bottom: 15px;
border-radius: 5px;
background-color: #fff;
box-shadow: 8px 8px 8px lightgrey;
box-shadow: 10px 10px 10px lightgrey;
}
.username {
@ -84,31 +84,6 @@ body {
top: -5px;
}
.updates-wrapper {
position: relative;
float: left;
top: -215px;
left: 450px;
border: 1px solid black;
border-radius: 5px;
background-color: #fff;
padding-top: 5px;
padding-bottom: 15px;
width: 500px;
}
.updates-title {
position: relative;
text-align: center;
}
.update-content {
position: relative;
margin-left: 10px;
color: blue;
}
.about-content {
font-size: 1rem;
}
@ -118,11 +93,3 @@ body {
justify-content: center;
}
.topics-board-wrapper {
border: 1px solid black;
padding: 25px;
margin-left: 50px;
margin-right: 50px;
border-radius: 5px;
background-color: #fff;
}