Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fachrat Informatik
adapt4finf
Commits
59c2d21b
Commit
59c2d21b
authored
Jul 24, 2014
by
Fjen Undso
Browse files
fix site for non-login user
parent
ee153d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
59c2d21b
...
...
@@ -28,7 +28,14 @@ hr {
/*
The content `<div>` is where all your content goes.
*/
.content
h1
{
#wikitext
{
margin
:
0
auto
;
padding
:
0
2em
;
max-width
:
800px
;
margin-bottom
:
50px
;
line-height
:
1.6em
;
}
#wikitext
h1
{
border-bottom
:
1px
solid
#c8d317
;
color
:
black
;
font-size
:
2em
;
...
...
@@ -36,18 +43,16 @@ The content `<div>` is where all your content goes.
margin
:
0.6em
-1em
;
padding
:
1em
1em
0.5em
;
}
.content
{
margin
:
0
auto
;
padding
:
0
2em
;
max-width
:
800px
;
margin-bottom
:
50px
;
line-height
:
1.6em
;
}
.content
img
{
max-width
:
100%
;
height
:
auto
;
}
/*TODO wiki needs to style it*/
#wikitext
img
{
max-width
:
100%
;
height
:
auto
;
}
/*TODO wiki needs to style it*/
/* links in the content area */
.con
te
n
t
a
,
.con
te
n
t
a
:visited
{
#wiki
te
x
t
a
,
#wiki
te
x
t
a
:visited
{
font-weight
:
bold
;
color
:
#00509B
;
text-decoration
:
none
;
}
.con
te
n
t
a
:active
,
.con
te
n
t
a
:hover
{
#wiki
te
x
t
a
:active
,
#wiki
te
x
t
a
:hover
{
color
:
#3a8ad5
;
text-decoration
:
underline
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment