mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Better rescaling of header text
This commit is contained in:
parent
dfc64ba569
commit
5eceac9d78
2 changed files with 12 additions and 2 deletions
|
|
@ -68,7 +68,9 @@
|
|||
</header>
|
||||
<section>
|
||||
<h1>
|
||||
<a name="evennia-mudmu-creation-system" class="anchor" href="#evennia-mudmu-creation-system"><span class="octicon octicon-link"></span></a>Evennia MUD/MU* Creation System</h1>
|
||||
<a name="evennia-mudmu-creation-system" class="anchor"
|
||||
href="#evennia-mudmu-creation-system"><span class="octicon
|
||||
octicon-link"></span></a>Evennia MUD/MU* Creation System</h1>
|
||||
|
||||
<p><em>Evennia</em> is an open-source Python-based framework, codebase and
|
||||
server for creating text-based multiplayer online games (aka MUD/MU* etc) using modern
|
||||
|
|
|
|||
|
|
@ -293,6 +293,14 @@ header li {
|
|||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
line-height: 1.2;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 25px;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
|
||||
a.buttons {
|
||||
display: table-cell;
|
||||
width:132px;
|
||||
|
|
@ -485,7 +493,7 @@ footer {
|
|||
|
||||
.newsfeed {
|
||||
position: absolute;
|
||||
top: 103px;
|
||||
top: 70px;
|
||||
right: 200px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue