2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

change up classes on tables and forms, fix nav list styles in example

This commit is contained in:
Mark Otto
2012-01-14 21:28:47 -08:00
parent 6d916763f8
commit dab6d2b17c
11 changed files with 120 additions and 121 deletions
+7 -7
View File
@@ -160,7 +160,7 @@
</div>
<h3>Hyperlinks</h3>
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<thead>
<tr>
<th>Variable</th>
@@ -185,7 +185,7 @@
<div class="row">
<div class="span6">
<h3>Grayscale colors</h3>
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@black</code></td>
@@ -216,7 +216,7 @@
</div>
<div class="span6">
<h3>Accent colors</h3>
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@blue</code></td>
@@ -254,7 +254,7 @@
<div class="row">
<div class="span6">
<h3>Grid system</h3>
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@gridColumns</code></td>
@@ -277,7 +277,7 @@
</div>
<div class="span6">
<h3>Typography</h3>
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@baseFontSize</code></td>
@@ -302,7 +302,7 @@
<h3>Visuals</h3>
</div>
<div class="span9">
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@primaryButtonColor</code></td>
@@ -453,7 +453,7 @@
<h2 id="compiling">Compiling Less</h2>
<p>After modifying the <code>.less</code> files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.</p>
<h3>Ways to compile</h3>
<table class="bordered-table striped-table">
<table class="table-bordered table-striped">
<thead>
<tr>
<th style="width: 120px;">Method</th>