Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
7fb5aae9
Commit
7fb5aae9
authored
Jul 07, 2021
by
Romain Reuillon
Browse files
[Doc] fix: css
parent
fb5d5ddd
Pipeline
#1189
failed with stages
in 27 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
openmole/bin/org.openmole.site/jvm/src/main/resources/css/docstyle.css
View file @
7fb5aae9
...
...
@@ -458,7 +458,7 @@ code,
margin-bottom
:
25px
;
margin-left
:
auto
;
margin-right
:
auto
;
display
:
=
"
block
"
;
display
:
block
;
}
.doc-br
{
...
...
openmole/bin/org.openmole.site/jvm/src/main/scala/org/openmole/site/tools.scala
View file @
7fb5aae9
...
...
@@ -137,7 +137,7 @@ package object tools {
def
anchor
(
title
:
String
)
=
s
"#${shared.anchor(title)}"
def
img
=
scalatags
.
Text
.
all
.
img
(
cls
:=
"doc-img"
)
def
img
(
xs
:
Modifier*
)
=
scalatags
.
Text
.
all
.
img
(
Seq
(
cls
:=
"doc-img"
)
++
xs
:
_
*
)
def
br
=
scalatags
.
Text
.
all
.
br
(
cls
:=
"doc-br"
)
case
class
Parameter
(
name
:
String
,
`type`
:
String
,
description
:
String
)
...
...
Write
Preview
Markdown
is supported
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