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
SRCT
masonstrap
Commits
c9446715
Commit
c9446715
authored
Aug 06, 2015
by
Thomas Park
Browse files
yeti: fix padding for pagination spans, closes #496
parent
8b05c0bd
Changes
4
Hide whitespace changes
Inline
Side-by-side
yeti/_bootswatch.scss
View file @
c9446715
...
...
@@ -317,12 +317,14 @@ input[type="checkbox"] {
}
}
&
-lg
>
li
>
a
{
&
-lg
>
li
>
a
,
&
-lg
>
li
>
span
{
padding-left
:
22px
;
padding-right
:
22px
;
}
&
-sm
>
li
>
a
{
&
-sm
>
li
>
a
,
&
-sm
>
li
>
span
{
padding
:
0
5px
;
}
}
...
...
yeti/bootstrap.css
View file @
c9446715
...
...
@@ -7020,11 +7020,13 @@ input[type="checkbox"] {
.pagination
>
li
:last-child
>
span
{
border-radius
:
3px
;
}
.pagination-lg
>
li
>
a
{
.pagination-lg
>
li
>
a
,
.pagination-lg
>
li
>
span
{
padding-left
:
22px
;
padding-right
:
22px
;
}
.pagination-sm
>
li
>
a
{
.pagination-sm
>
li
>
a
,
.pagination-sm
>
li
>
span
{
padding
:
0
5px
;
}
.pager
{
...
...
yeti/bootstrap.min.css
View file @
c9446715
This source diff could not be displayed because it is too large. You can
view the blob
instead.
yeti/bootswatch.less
View file @
c9446715
...
...
@@ -317,12 +317,14 @@ input[type="checkbox"] {
}
}
&-lg > li > a {
&-lg > li > a,
&-lg > li > span {
padding-left: 22px;
padding-right: 22px;
}
&-sm > li > a {
&-sm > li > a,
&-sm > li > span {
padding: 0 5px;
}
}
...
...
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