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-02-22 20:18:08 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
c86a122d80d08c08079841b4d6904bad8076a9c9
c86a122d
1 parent
3a58e378
Added table header row styling, made code blocks horizontally scrollbable fixed …
…link popup on firefox
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
resources/assets/sass/_pages.scss
resources/assets/sass/_tables.scss
resources/assets/sass/_text.scss
resources/assets/sass/_pages.scss
View file @
c86a122
...
...
@@ -100,7 +100,7 @@
background-color
:
#FFF
;
border
:
1px
solid
#DDD
;
color
:
#666
;
width
:
1
80
px
;
width
:
1
72
px
;
z-index
:
40
;
}
input
,
button
{
...
...
resources/assets/sass/_tables.scss
View file @
c86a122
...
...
@@ -20,4 +20,8 @@ table.table {
table
{
max-width
:
100%
;
thead
{
background-color
:
#F8F8F8
;
font-weight
:
500
;
}
}
\ No newline at end of file
...
...
resources/assets/sass/_text.scss
View file @
c86a122
...
...
@@ -115,7 +115,8 @@ pre {
box-shadow
:
0
1px
2px
0px
rgba
(
10
,
10
,
10
,
0
.06
);
border
:
1px
solid
rgba
(
221
,
221
,
221
,
0
.66
);
background-color
:
#fdf6e3
;
padding
:
0
.5em
;
padding
:
$-s
;
overflow-x
:
scroll
;
}
blockquote
{
...
...
Please
register
or
sign in
to post a comment