home page patch 1.
This commit is contained in:
parent
6c07e9eb3b
commit
818742e7a9
@ -16,6 +16,11 @@
|
||||
<h1 class="title">CasaChan</h1>
|
||||
</div>
|
||||
<div class="discussion-wrapper">
|
||||
<div class="boards-title-wrapper">
|
||||
<h2 class="boards-title">Boards</h2>
|
||||
</div>
|
||||
<h4 class="irc-topics">IRC</h4>
|
||||
<a class="irc-libcasa" href="/libcasa-irc">Libcasa</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -10,8 +10,27 @@ body {
|
||||
|
||||
.discussion-wrapper {
|
||||
border: 1px solid white;
|
||||
padding: 15px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 500px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.irc-topics {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.boards-title-wrapper {
|
||||
position: relative;
|
||||
top: -20px;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.boards-title {
|
||||
font-size: 1.2rem;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user