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
vidjil
vidjil
Commits
2f94e3b2
Commit
2f94e3b2
authored
Dec 05, 2014
by
Mathieu Giraud
Browse files
css: fix typo
parent
79727345
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
2f94e3b2
...
...
@@ -108,8 +108,8 @@ line {
#info
{
font-family
:
ubuntumedium
,
Arial
,
Helvetica
,
Sans-serif
;
font-size
:
13px
;
height
:
100%
padding
:
3px
;
height
:
100%
;
padding
:
3px
;
background
:
#000000
;
display
:
table-cell
;
}
...
...
browser/css/light.css
View file @
2f94e3b2
...
...
@@ -108,8 +108,8 @@ line {
#info
{
font-family
:
ubuntumedium
,
Arial
,
Helvetica
,
Sans-serif
;
font-size
:
13px
;
height
:
100%
padding
:
3px
;
height
:
100%
;
padding
:
3px
;
background
:
#ffffff
;
display
:
table-cell
;
}
...
...
browser/css/vidjil.less
View file @
2f94e3b2
...
...
@@ -130,7 +130,7 @@ line {
#info{
font-family: ubuntumedium, Arial, Helvetica, Sans-serif;
font-size: 13px;
height:100%
height:100%
;
padding:3px;
background : @background;
display : table-cell;
...
...
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