Skip to content

Commit 3bd2236

Browse files
committed
Forgot we needed to include all that junk
1 parent 924122e commit 3bd2236

File tree

527 files changed

+192824
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

527 files changed

+192824
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ _build/
22
_site/
33
Properties/
44
node_modules/
5-
wwwroot/
65

76
# Use git add -f to force override .sln when required. Not needed in most cases.
87
# git add -f myProj.sln
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
body {
2+
padding-top: 50px;
3+
padding-bottom: 20px;
4+
}
5+
6+
/* Wrapping element */
7+
/* Set some basic padding to keep content from hitting the edges */
8+
.body-content {
9+
padding-left: 15px;
10+
padding-right: 15px;
11+
}
12+
13+
/* Carousel */
14+
.carousel-caption p {
15+
font-size: 20px;
16+
line-height: 1.4;
17+
}
18+
19+
/* Make .svg files in the carousel display properly in older browsers */
20+
.carousel-inner .item img[src$=".svg"] {
21+
width: 100%;
22+
}
23+
24+
/* QR code generator */
25+
#qrCode {
26+
margin: 15px;
27+
}
28+
29+
/* Hide/rearrange for smaller screens */
30+
@media screen and (max-width: 767px) {
31+
/* Hide captions */
32+
.carousel-caption {
33+
display: none;
34+
}
35+
}

ContosoUniversity/wwwroot/css/site.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ContosoUniversity/wwwroot/favicon.ico

31.3 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)