1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 03:41:19 +02:00

updates to the topbar markup and css to remove the logo classname and simplify the selectors for it

This commit is contained in:
Mark Otto
2011-08-19 22:28:22 -07:00
parent 6dcfe94bab
commit 3f388ef07a
4 changed files with 20 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twitter Bootstrap</title>
<title>Bootstrap, from Twitter</title>
<!-- Le styles -->
<link href="../bootstrap-1.0.0.css" rel="stylesheet">
@@ -20,8 +20,8 @@
<div class="topbar">
<div class="container fixed">
<h3><a class="logo" href="#">
<!-- <img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> --> <span>Bootstrap</span>
<h3><a href="#">
Bootstrap
</a></h3>
<ul>
<li class="active"><a href="#masthead">Overview</a></li>
@@ -41,7 +41,7 @@
<div id="masthead">
<div class="inner">
<div class="container">
<h1>Twitter Bootstrap</h1>
<h1>Bootstrap, from Twitter</h1>
<p class="lead">
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />