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:
authorChris Rebert <code@rebertia.com>2013-09-25 05:02:10 +0400
committerChris Rebert <code@rebertia.com>2013-09-25 05:02:18 +0400
commitaf4d1027671b278bdc3b0069bb7ef871bf936109 (patch)
tree991e5b1b50b2b8a09b3de213e488acf923675d1b /_layouts
parent63206a17e87efa916a9bc67cc10bd83eb2396a4d (diff)
Use "Skip to main content" phrasing consistently; further #10786 fixes
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/home.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f176bd4b6c..ef046f6ff7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,7 +5,7 @@
{% include header.html %}
</head>
<body>
- <a class="sr-only" href="#content">Skip navigation</a>
+ <a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
diff --git a/_layouts/home.html b/_layouts/home.html
index 9eec349385..416b3e2bf0 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -5,7 +5,7 @@
{% include header.html %}
</head>
<body class="bs-docs-home">
- <a class="sr-only" href="#content">Skip navigation</a>
+ <a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}