Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
4a6d9106
Commit
4a6d9106
authored
Jan 24, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the thumbnails more examples section
parent
672ba4c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
bootstrap.css
bootstrap.css
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+6
-2
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
No files found.
bootstrap.css
View file @
4a6d9106
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Jan 24 19:
19:33
PST 2012
* Date: Tue Jan 24 19:
36:20
PST 2012
*/
article
,
aside
,
...
...
docs/assets/css/docs.css
View file @
4a6d9106
...
...
@@ -19,7 +19,7 @@ body {
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
body
>
.navbar-fixed
.brand
{
.navbar-fixed
.brand
{
padding-right
:
0
;
padding-left
:
0
;
margin-left
:
20px
;
...
...
@@ -27,8 +27,12 @@ body > .navbar-fixed .brand {
font-weight
:
bold
;
color
:
#000
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
0
30px
rgba
(
255
,
255
,
255
,
.125
);
-webkit-transition
:
all
.2s
linear
;
-moz-transition
:
all
.2s
linear
;
transition
:
all
.2s
linear
;
}
body
>
.navbar-fixed
.brand
:hover
{
.navbar-fixed
.brand
:hover
{
text-decoration
:
none
;
}
...
...
docs/components.html
View file @
4a6d9106
...
...
@@ -1038,7 +1038,7 @@
<ul
class=
"thumbnails"
>
<li
class=
"span4"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
src=
"http://placehold.it/290x2
30
"
alt=
""
>
<img
src=
"http://placehold.it/290x2
26
"
alt=
""
>
</a>
</li>
<li
class=
"span2"
>
...
...
docs/templates/pages/components.mustache
View file @
4a6d9106
...
...
@@ -978,7 +978,7 @@
<ul
class=
"thumbnails"
>
<li
class=
"span4"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
src=
"http://placehold.it/290x2
30
"
alt=
""
>
<img
src=
"http://placehold.it/290x2
26
"
alt=
""
>
</a>
</li>
<li
class=
"span2"
>
...
...
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