Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaël Poupard <ffoodd@users.noreply.github.com>2021-05-18 08:47:09 +0300
committerGitHub <noreply@github.com>2021-05-18 08:47:09 +0300
commit9f678d6a5df79348198e40d581c24468bfaf7b46 (patch)
tree09caf158325ba76ca77b505b3eee82782d76ab6a /site/content/docs/5.0/examples/dashboard-rtl/index.html
parent83bcc3c00f0d1fb166324f9f3ac8f4a9f3eee323 (diff)
docs(examples): Dashboard improvements (#34007)
Diffstat (limited to 'site/content/docs/5.0/examples/dashboard-rtl/index.html')
-rw-r--r--site/content/docs/5.0/examples/dashboard-rtl/index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/site/content/docs/5.0/examples/dashboard-rtl/index.html b/site/content/docs/5.0/examples/dashboard-rtl/index.html
index a927041593..daef89a14b 100644
--- a/site/content/docs/5.0/examples/dashboard-rtl/index.html
+++ b/site/content/docs/5.0/examples/dashboard-rtl/index.html
@@ -18,11 +18,11 @@ extra_js:
<span class="navbar-toggler-icon"></span>
</button>
<input class="form-control form-control-dark w-100" type="text" placeholder="بحث" aria-label="بحث">
- <ul class="navbar-nav px-3">
- <li class="nav-item text-nowrap">
- <a class="nav-link" href="#">تسجيل الخروج</a>
- </li>
- </ul>
+ <div class="navbar-nav">
+ <div class="nav-item text-nowrap">
+ <a class="nav-link px-3" href="#">تسجيل الخروج</a>
+ </div>
+ </div>
</header>
<div class="container-fluid">
@@ -125,11 +125,11 @@ extra_js:
<table class="table table-striped table-sm">
<thead>
<tr>
- <th>#</th>
- <th>عنوان</th>
- <th>عنوان</th>
- <th>عنوان</th>
- <th>عنوان</th>
+ <th scope="col">#</th>
+ <th scope="col">عنوان</th>
+ <th scope="col">عنوان</th>
+ <th scope="col">عنوان</th>
+ <th scope="col">عنوان</th>
</tr>
</thead>
<tbody>