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
734de233
Commit
734de233
authored
Nov 22, 2013
by
Thomas Park
Browse files
yeti: border-radius on pagination first-child and last-child
parent
15ab2329
Changes
3
Show whitespace changes
Inline
Side-by-side
yeti/bootstrap.css
View file @
734de233
...
...
@@ -7619,7 +7619,14 @@ label,
color
:
#999999
;
}
.pagination
>
li
>
a
{
.pagination
>
li
>
a
,
.pagination
>
li
>
a
,
.pagination
>
li
:first-child
>
a
,
.pagination
>
li
:last-child
>
a
,
.pagination
>
li
>
span
,
.pagination
>
li
>
span
,
.pagination
>
li
:first-child
>
span
,
.pagination
>
li
:last-child
>
span
{
margin-left
:
4px
;
color
:
#999999
;
border-radius
:
3px
;
...
...
yeti/bootstrap.min.css
View file @
734de233
This source diff could not be displayed because it is too large. You can
view the blob
instead.
yeti/bootswatch.less
View file @
734de233
...
...
@@ -150,11 +150,17 @@ label,
font-weight: 300;
color: @gray-light;
> li > a {
> li,
> li,
> li:first-child,
> li:last-child {
> a,
> span {
margin-left: 4px;
border-radius: 3px;
color: @gray-light;
}
}
&-lg > li > a {
padding-left: 22px;
...
...
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