Skip to content

Commit 3e07104

Browse files
committed
Appeasing css linter
1 parent e459050 commit 3e07104

27 files changed

+43
-49
lines changed

src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** base.css
2-
*
2+
*
33
* Resets and other basic CSS
44
*/
55

src/css/body.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/** body.css
2-
*
2+
*
33
* Styles for body, main, and .nav
44
* TODO: compare main.css and nav.css
55
*/
66

7-
8-
97
div.body {
108
display: flex;
119
margin-top: var(--height-to-body);
@@ -20,7 +18,7 @@ div.body {
2018
}
2119

2220
/* NOTE
23-
min-width of flex: 1 container = content-width to prevent wrapping by default;
21+
min-width of flex: 1 container = content-width to prevent wrapping by default;
2422
min-width: 0 lets content wrap */
2523
main {
2624
flex: 1;

src/css/callouts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** callouts.css
22
*
33
* Format code callouts https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/
4-
*
4+
*
55
* Support for Ray's Externally defined callouts:
66
* https://www.npmjs.com/package/asciidoctor-external-callout
77
*

src/css/clipboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** clipboard.css
2-
*
2+
*
33
* Styles for View Source code button
44
* and other listing block formatting
55
*/

src/css/component-frame.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** component-frame.css
2-
*
2+
*
33
* .component-frame and .frame-body
44
* NB: may be unused, deleted in 4d2db54746392090df7084978770f58f4709e56c ?
55
*/

src/css/crumbs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** crumbs.css
2-
*
3-
* Format the breadcrumbs
2+
*
3+
* Format the breadcrumbs
44
*/
55

66
.crumbs {

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** doc.css
2-
*
2+
*
33
* Styles for <article class="doc">
44
*
55
* Looks like base formatting for the Asciidoc content.

src/css/external-link-icon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** external-link-icon.css
2-
*
2+
*
33
* Add external link icon to links that aren't to couchbase.com
44
*/
55

src/css/feedback.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** feedback.css
2-
*
3-
* I believe these elements are created by
2+
*
3+
* I believe these elements are created by
44
* Jira Issue Collector script.
55
* e.g. we don't output these in docs-ui
66
*/

src/css/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** footer.css
2-
*
2+
*
33
* Styles for footer
44
* NB: we have a couple of 'float' declarations below, to investigate.
55
*/

0 commit comments

Comments
 (0)