Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
6f036f30
Commit
6f036f30
authored
Nov 16, 2011
by
Baptiste Jonglez
Browse files
[enh] Make editorial part more visible on view
parent
80f0c18d
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
6f036f30
...
...
@@ -415,6 +415,20 @@ div.comment {
font-weight
:
normal
;
}
#editorial
{
margin-top
:
.7em
;
margin-bottom
:
1em
;
padding
:
0.5em
;
background-color
:
#EEDC94
;
background-image
:
-moz-linear-gradient
(
center
top
,
#FCEEC1
,
#EEDC94
);
background-repeat
:
repeat-x
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
border-radius
:
4px
;
border-style
:
solid
;
border-width
:
1px
;
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
)
inset
;
color
:
#404040
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
}
#description
.description-node
.attachs
{
float
:
right
;
padding
:
0.5em
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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