Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-08-13 10:02:54 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
07c7d5af176a2071b2151737567283eb22c485ef
07c7d5af
1 parent
10418323
Updated elixr and fixed table th element borders
Fixes #164.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
resources/assets/sass/_html.scss
package.json
View file @
07c7d5a
...
...
@@ -12,7 +12,7 @@
"babel-runtime"
:
"^5.8.29"
,
"bootstrap-sass"
:
"^3.0.0"
,
"dropzone"
:
"^4.0.1"
,
"laravel-elixir"
:
"^
3.4
.0"
,
"laravel-elixir"
:
"^
5.0
.0"
,
"marked"
:
"^0.3.5"
,
"moment"
:
"^2.12.0"
,
"zeroclipboard"
:
"^2.2.0"
...
...
resources/assets/sass/_html.scss
View file @
07c7d5a
...
...
@@ -23,7 +23,7 @@ button {
table
{
min-width
:
100px
;
td
{
td
,
th
{
min-width
:
10px
;
padding
:
4px
6px
;
border
:
1px
solid
#DDD
;
...
...
Please
register
or
sign in
to post a comment