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-03-09 23:23:28 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
e9c213f80316f02f6ae89e3d536ad77497125f9d
e9c213f8
1 parent
9f11e045
Fixed firefox list editing bug and made button text size more consistent
Fixes #77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
resources/assets/sass/_html.scss
resources/assets/sass/_text.scss
resources/assets/sass/_html.scss
View file @
e9c213f
...
...
@@ -13,6 +13,10 @@ body {
-webkit-font-smoothing
:
antialiased
;
}
button
{
font-size
:
100%
;
}
table
{
min-width
:
100px
;
td
{
...
...
resources/assets/sass/_text.scss
View file @
e9c213f
...
...
@@ -217,20 +217,22 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
span
.highlight
{
//background-color: rgba($primary, 0.2);
font-weight
:
bold
;
//
padding: 2px 4px;
padding
:
2px
4px
;
}
/*
* Lists
*/
ul
{
padding-left
:
$-m
*
1
.5
;
list-style
:
disc
inside
;
padding-left
:
$-m
*
1
.3
;
list-style
:
disc
;
overflow
:
hidden
;
}
ol
{
list-style
:
decimal
inside
;
padding-left
:
$-m
*
1
.5
;
list-style
:
decimal
;
padding-left
:
$-m
*
1
.3
;
overflow
:
hidden
;
}
/*
...
...
Please
register
or
sign in
to post a comment