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
84706dc4
Commit
84706dc4
authored
Jul 26, 2014
by
Fritz Webering
Browse files
Make <hr> 1px wide and LUH-green
parent
9bb6d39f
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
84706dc4
...
...
@@ -53,8 +53,10 @@ The content `<div>` is where all your content goes.
color
:
#3a8ad5
;
text-decoration
:
underline
;
}
hr
{
color
:
#c8d317
;
hr
{
/* make <hr> 1px wide and LUH-green */
border-color
:
#c8d317
;
border-style
:
solid
;
border-width
:
1px
0
0
0
;
}
/* Wiki page actions */
#wikicmds
{
float
:
right
;
white-space
:
nowrap
;
font-size
:
90%
;
margin-right
:
12px
;}
...
...
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