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
af5793e1
Commit
af5793e1
authored
Dec 21, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mobile example sites, remove unused JS from docs index
parent
c854ed16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
25 deletions
+4
-25
docs/assets/css/docs.css
docs/assets/css/docs.css
+4
-1
docs/index.html
docs/index.html
+0
-24
No files found.
docs/assets/css/docs.css
View file @
af5793e1
...
@@ -315,7 +315,7 @@ h2 + table {
...
@@ -315,7 +315,7 @@ h2 + table {
/* Example sites showcase */
/* Example sites showcase */
.example-sites
img
{
.example-sites
img
{
width
:
290px
;
max-
width
:
290px
;
}
}
.built-with
{
.built-with
{
margin
:
-18px
0
27px
;
margin
:
-18px
0
27px
;
...
@@ -393,6 +393,9 @@ h2 + table {
...
@@ -393,6 +393,9 @@ h2 + table {
max-width
:
300px
;
max-width
:
300px
;
margin
:
0
auto
18px
;
margin
:
0
auto
18px
;
}
}
.example-sites
img
{
max-width
:
270px
;
}
table
code
{
table
code
{
white-space
:
normal
;
white-space
:
normal
;
...
...
docs/index.html
View file @
af5793e1
...
@@ -124,23 +124,6 @@
...
@@ -124,23 +124,6 @@
<img
src=
"assets/img/example-sites/jshint.png"
alt=
"JS Hint"
>
<img
src=
"assets/img/example-sites/jshint.png"
alt=
"JS Hint"
>
</a>
</a>
</li>
</li>
<!--
<li>
<a href="http://bartop.co/" target="_blank">
<img src="assets/img/example-sites/bartop.png" alt="Bartop.co">
</a>
</li>
<li>
<a href="http://railwayjs.com/" target="_blank">
<img src="assets/img/example-sites/railwayjs.png" alt="RailwayJS">
</a>
</li>
<li>
<a href="http://www.totalwireframe.com/" target="_blank">
<img src="assets/img/example-sites/totalwireframe.png" alt="Total Wireframe">
</a>
</li>
-->
</ul>
</ul>
<h1>
Designed for everyone, everywhere
</h1>
<h1>
Designed for everyone, everywhere
</h1>
...
@@ -235,13 +218,6 @@
...
@@ -235,13 +218,6 @@
<!-- Le javascript -->
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"http://code.jquery.com/jquery-1.7.min.js"
></script>
<script
src=
"http://code.jquery.com/jquery-1.7.min.js"
></script>
<script
src=
"http://autobahn.tablesorter.com/jquery.tablesorter.min.js"
></script>
<script
src=
"assets/js/google-code-prettify/prettify.js"
></script>
<script>
$
(
function
()
{
prettyPrint
()
})
</script>
<script
src=
"../js/bootstrap-transitions.js"
></script>
<script
src=
"../js/bootstrap-dropdown.js"
></script>
<script
src=
"../js/bootstrap-twipsy.js"
></script>
<script
src=
"../js/bootstrap-scrollspy.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</body>
</body>
...
...
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