Add all files

This commit is contained in:
Nishanth Shanmugham
2015-08-24 18:28:03 -05:00
commit d2264ad3f3
29 changed files with 2210 additions and 0 deletions

9
static/css/navlist.css Normal file
View File

@@ -0,0 +1,9 @@
.section.header nav ul li[data-switch-original]::after {
content: attr(data-switch-original);
}
@media (min-width: 550px) {
.section.header nav ul li[data-switch-change]::after {
content: attr(data-switch-change);
}
}