Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
1e85652d
Commit
1e85652d
authored
Mar 05, 2015
by
Mathieu Giraud
Committed by
Vidjil Team
Mar 06, 2015
Browse files
css: column_50
parent
ae2c6439
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
1e85652d
...
...
@@ -1128,6 +1128,9 @@ text.alert {
.db_table
.column_100
{
width
:
100px
;
}
.db_table
.column_50
{
width
:
50px
;
}
.db_table
.column1
{
width
:
100px
;
}
...
...
browser/css/light.css
View file @
1e85652d
...
...
@@ -1130,6 +1130,9 @@ text.alert {
.db_table
.column_100
{
width
:
100px
;
}
.db_table
.column_50
{
width
:
50px
;
}
.db_table
.column1
{
width
:
100px
;
}
...
...
browser/css/vidjil.less
View file @
1e85652d
...
...
@@ -1283,6 +1283,7 @@ text.alert { fill: red; }
.db_table .column_200{ width: 200px; }
.db_table .column_150{ width: 150px; }
.db_table .column_100{ width: 100px; }
.db_table .column_50{ width: 50px; }
.db_table .column1{
width: 100px;
...
...
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