mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
Add Evennia-in-Pictures as second intro doc page
This commit is contained in:
parent
c97dbe6915
commit
9897109419
7 changed files with 201 additions and 47 deletions
|
|
@ -104,6 +104,12 @@ img {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* images in the body */
|
||||
p > img {
|
||||
float: right;
|
||||
padding:0.5em 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
/* -- search page ----------------------------------------------------------- */
|
||||
|
||||
ul.search {
|
||||
|
|
|
|||
|
|
@ -463,6 +463,7 @@ div.linenodiv>pre {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/* -- screen sizes ------------------------------------------------------------------ */
|
||||
|
||||
@media print, screen and (max-width: 960px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue