Compare commits

..

No commits in common. "c2e28c3791647055dc8509ef30a0e3b401f088f5" and "050d45ee2e0c0a89fba38740d442f64c44ab91cd" have entirely different histories.

View file

@ -1,11 +0,0 @@
.pagecontent {
background: url("/static/snow.gif");
border: 3px inset black;
color: black;
}
@media screen and (max-width: 800px) {
.pagecontent {
width: calc(100% - 4px);
}
}