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
5ed00c92
Commit
5ed00c92
authored
Oct 24, 2012
by
Thomas Park
Browse files
readable: fixes #38, thanks @ds125v
parent
db764d32
Changes
3
Hide whitespace changes
Inline
Side-by-side
readable/bootstrap.css
View file @
5ed00c92
...
...
@@ -5110,21 +5110,22 @@ div.subnav-fixed {
-moz-box-shadow
:
none
;
box-shadow
:
none
;
}
.pagination
li
>
a
{
padding
:
10px
14px
;
.pagination
ul
>
li
>
a
{
padding
:
12px
14px
8px
;
line-height
:
1
;
}
.pagination
li
.active
>
a
,
.pagination
li
.active
>
a
:hover
{
.pagination
ul
>
li
.active
>
a
,
.pagination
ul
>
li
.active
>
a
:hover
{
color
:
#282828
;
background-color
:
#F5F5F5
;
}
.pagination
li
>
a
,
.pagination
li
.disabled
>
a
,
.pagination
li
.disabled
>
a
:hover
{
.pagination
ul
>
li
>
a
,
.pagination
ul
>
li
.disabled
>
a
,
.pagination
ul
>
li
.disabled
>
a
:hover
{
background-color
:
#ffffff
;
}
.pagination
li
:first-child
>
a
,
.pagination
li
:last-child
>
a
{
.pagination
ul
>
li
:first-child
>
a
,
.pagination
ul
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
...
...
readable/bootstrap.min.css
View file @
5ed00c92
...
...
@@ -865,10 +865,10 @@ div.subnav-fixed{top:50px;}
.nav-list
.divider
{
margin
:
1px
;}
.breadcrumb
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
transparent
;
background-image
:
none
;}
.pagination
ul
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
.pagination
li
>
a
{
padding
:
1
0
px
14px
;}
.pagination
li
.active
>
a
,
.pagination
li
.active
>
a
:hover
{
color
:
#282828
;
background-color
:
#F5F5F5
;}
.pagination
li
>
a
,
.pagination
li
.disabled
>
a
,
.pagination
li
.disabled
>
a
:hover
{
background-color
:
#ffffff
;}
.pagination
li
:first-child
>
a
,
.pagination
li
:last-child
>
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.pagination
ul
>
li
>
a
{
padding
:
1
2
px
14px
8px
;
line-height
:
1
;}
.pagination
ul
>
li
.active
>
a
,
.pagination
ul
>
li
.active
>
a
:hover
{
color
:
#282828
;
background-color
:
#F5F5F5
;}
.pagination
ul
>
li
>
a
,
.pagination
ul
>
li
.disabled
>
a
,
.pagination
ul
>
li
.disabled
>
a
:hover
{
background-color
:
#ffffff
;}
.pagination
ul
>
li
:first-child
>
a
,
.pagination
ul
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.pager
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.btn-primary
{
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#bb0001
;
background-image
:
-moz-linear-gradient
(
top
,
#cf0001
,
#9c0001
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#cf0001
),
to
(
#9c0001
));
background-image
:
-webkit-linear-gradient
(
top
,
#cf0001
,
#9c0001
);
background-image
:
-o-linear-gradient
(
top
,
#cf0001
,
#9c0001
);
background-image
:
linear-gradient
(
to
bottom
,
#cf0001
,
#9c0001
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffcf0001'
,
endColorstr
=
'#ff9c0001'
,
GradientType
=
0
);
border-color
:
#9c0001
#9c0001
#500001
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
*
background-color
:
#9c0001
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-primary
:hover
,
.btn-primary
:active
,
.btn-primary.active
,
.btn-primary.disabled
,
.btn-primary
[
disabled
]
{
color
:
#ffffff
;
background-color
:
#9c0001
;
*
background-color
:
#830001
;}
.btn-primary
:active
,
.btn-primary.active
{
background-color
:
#690001
\
9
;}
...
...
readable/bootswatch.less
View file @
5ed00c92
...
...
@@ -290,25 +290,26 @@ div.subnav {
.box-shadow(none);
}
li > a {
padding: 10px 14px;
ul > li > a {
padding: 12px 14px 8px;
line-height: 1;
}
li.active > a,
li.active > a:hover {
ul >
li.active > a,
ul >
li.active > a:hover {
color: @textColor;
background-color: #F5F5F5;
}
li > a,
li.disabled > a,
li.disabled > a:hover {
ul >
li > a,
ul >
li.disabled > a,
ul >
li.disabled > a:hover {
background-color: @white;
}
li:first-child > a,
li:last-child > a {
ul >
li:first-child > a,
ul >
li:last-child > a {
.border-radius(0);
}
}
...
...
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