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
ee153d15
Commit
ee153d15
authored
Jul 24, 2014
by
Fjen Undso
Browse files
remove double content title
parent
f4e2d0ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
ee153d15
...
...
@@ -28,6 +28,14 @@ hr {
/*
The content `<div>` is where all your content goes.
*/
.content
h1
{
border-bottom
:
1px
solid
#c8d317
;
color
:
black
;
font-size
:
2em
;
font-weight
:
300
;
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*/
...
...
@@ -62,20 +70,6 @@ The content `<div>` is where all your content goes.
#wikilogo
{
padding
:
10px
2em
6px
75px
;
text-align
:
right
;
background
:
#eaeaea
;
border-bottom
:
1px
#ccc
solid
;
}
/* Wiki page title */
.title
{
margin
:
0
auto
;
color
:
#000
;
padding
:
1em
2em
0.5em
;
max-width
:
800px
;
border-bottom
:
1px
solid
#c8d317
;
}
.title
h1
{
margin
:
0em
0
;
font-size
:
2em
;
font-weight
:
300
;
}
/*TODO Wikify this*/
.content-subhead
{
margin
:
50px
0
20px
0
;
font-weight
:
300
;
color
:
#888
;}
...
...
adapt.tmpl
View file @
ee153d15
...
...
@@ -48,12 +48,6 @@
value=
'$[Go]'
/></form></div>
<!--PageActionFmt-->
<div
id=
'wikicmds'
>
<!--wiki:{$Group}.PageActions {$SiteGroup}.PageActions-->
</div>
<!--PageTitleFmt-->
<div
class=
"title"
>
<div
class=
'pagegroup'
><a
href=
'{$ScriptUrl}/{$Group}'
>
{$Group}
</a>
/
</div>
<h1
class=
'pagetitle'
>
{$Title}
</h1>
</div>
<!--/PageTitleFmt-->
<div
class=
"content"
>
<!--PageText-->
<!--PageFooterFmt-->
...
...
Fjen Undso
@fjen
mentioned in issue
#1 (closed)
·
Jul 24, 2014
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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