diff options
| author | Mark Otto <[email protected]> | 2015-10-13 00:32:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-10-13 00:32:10 -0700 |
| commit | ee4a7f384ea5640cd51a20410df93fbdce677df2 (patch) | |
| tree | 7011c050c9c8434dc397aba989895adda7d6f759 /docs/examples | |
| parent | abe9922fc792052a1efa8bd127a2120a68503389 (diff) | |
| parent | 5858b3fc9d4592e149c6a9cb66e1d48a3bc67861 (diff) | |
| download | bootstrap-ee4a7f384ea5640cd51a20410df93fbdce677df2.tar.xz bootstrap-ee4a7f384ea5640cd51a20410df93fbdce677df2.zip | |
Merge pull request #17817 from kkirsche/patch-29
Remove double bottom border on sub header in dashboard example
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index e5e24a6a1..bdead7728 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -89,7 +89,7 @@ </div> </div> - <h2 class="sub-header">Section title</h2> + <h2>Section title</h2> <div class="table-responsive"> <table class="table table-striped"> <thead> |
