Skip to content

Commit 2e8e42e

Browse files
committed
Normalize/strip comments
1 parent 46faba2 commit 2e8e42e

File tree

4 files changed

+4
-28
lines changed
  • src
    • Identity/UI/src/wwwroot/V4/css
    • ProjectTemplates/Web.ProjectTemplates/content

4 files changed

+4
-28
lines changed

src/Identity/UI/src/wwwroot/V4/css/site.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ a.navbar-brand {
77
word-break: break-all;
88
}
99

10-
/* Provide sufficient contrast against white background and black text */
1110
a {
1211
color: #0077cc;
1312
}
@@ -33,8 +32,6 @@ a {
3332
outline: black auto 1px;
3433
}
3534

36-
/* Sticky footer styles
37-
-------------------------------------------------- */
3835
html {
3936
font-size: 14px;
4037
}
@@ -68,15 +65,12 @@ button.accept-policy {
6865
line-height: inherit;
6966
}
7067

71-
/* Sticky footer styles
72-
-------------------------------------------------- */
7368
html {
7469
position: relative;
7570
min-height: 100%;
7671
}
7772

7873
body {
79-
/* Margin bottom by footer height */
8074
margin-bottom: 60px;
8175
}
8276
.footer {
@@ -85,5 +79,5 @@ body {
8579
width: 100%;
8680
overflow: scroll;
8781
white-space: nowrap;
88-
line-height: 60px; /* Vertically center the text there */
82+
line-height: 60px;
8983
}

src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ a.navbar-brand {
77
word-break: break-all;
88
}
99

10-
/* Provide sufficient contrast against white background */
1110
a {
1211
color: #0077cc;
1312
}
@@ -24,8 +23,6 @@ a {
2423
border-color: #1861ac;
2524
}
2625

27-
/* Sticky footer styles
28-
-------------------------------------------------- */
2926
html {
3027
font-size: 14px;
3128
}
@@ -51,21 +48,18 @@ button.accept-policy {
5148
line-height: inherit;
5249
}
5350

54-
/* Sticky footer styles
55-
-------------------------------------------------- */
5651
html {
5752
position: relative;
5853
min-height: 100%;
5954
}
6055

6156
body {
62-
/* Margin bottom by footer height */
6357
margin-bottom: 60px;
6458
}
6559
.footer {
6660
position: absolute;
6761
bottom: 0;
6862
width: 100%;
6963
white-space: nowrap;
70-
line-height: 60px; /* Vertically center the text there */
64+
line-height: 60px;
7165
}

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ a.navbar-brand {
77
word-break: break-all;
88
}
99

10-
/* Provide sufficient contrast against white background and black text */
1110
a {
1211
color: #0077cc;
1312
}
@@ -24,8 +23,6 @@ a {
2423
border-color: #1861ac;
2524
}
2625

27-
/* Sticky footer styles
28-
-------------------------------------------------- */
2926
html {
3027
font-size: 14px;
3128
}
@@ -51,21 +48,18 @@ button.accept-policy {
5148
line-height: inherit;
5249
}
5350

54-
/* Sticky footer styles
55-
-------------------------------------------------- */
5651
html {
5752
position: relative;
5853
min-height: 100%;
5954
}
6055

6156
body {
62-
/* Margin bottom by footer height */
6357
margin-bottom: 60px;
6458
}
6559
.footer {
6660
position: absolute;
6761
bottom: 0;
6862
width: 100%;
6963
white-space: nowrap;
70-
line-height: 60px; /* Vertically center the text there */
64+
line-height: 60px;
7165
}

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ a.navbar-brand {
77
word-break: break-all;
88
}
99

10-
/* Provide sufficient contrast against white background and black text */
1110
a {
1211
color: #0077cc;
1312
}
@@ -24,8 +23,6 @@ a {
2423
border-color: #1861ac;
2524
}
2625

27-
/* Sticky footer styles
28-
-------------------------------------------------- */
2926
html {
3027
font-size: 14px;
3128
}
@@ -51,21 +48,18 @@ button.accept-policy {
5148
line-height: inherit;
5249
}
5350

54-
/* Sticky footer styles
55-
-------------------------------------------------- */
5651
html {
5752
position: relative;
5853
min-height: 100%;
5954
}
6055

6156
body {
62-
/* Margin bottom by footer height */
6357
margin-bottom: 60px;
6458
}
6559
.footer {
6660
position: absolute;
6761
bottom: 0;
6862
width: 100%;
6963
white-space: nowrap;
70-
line-height: 60px; /* Vertically center the text there */
64+
line-height: 60px;
7165
}

0 commit comments

Comments
 (0)