45 lines
447 B
CSS
45 lines
447 B
CSS
article img {
|
|
border: 4px solid #f2f2f2;
|
|
}
|
|
|
|
summary {
|
|
list-style-type: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.imgLeft {
|
|
float: left;
|
|
margin-right: 0.4em;
|
|
}
|
|
|
|
|
|
.imgRight {
|
|
float: right;
|
|
}
|
|
|
|
.nextLine {
|
|
clear: both;
|
|
}
|
|
|
|
.headImg {
|
|
background-image: url(internet.png);
|
|
}
|
|
|
|
|
|
#jkillen {
|
|
padding-left: 0.25em;
|
|
}
|
|
|
|
#uniContent:after {
|
|
content: "+"
|
|
}
|
|
|
|
#siteContent {
|
|
padding-bottom: 2em
|
|
}
|
|
|
|
#webTitle {
|
|
padding-top: none;
|
|
}
|
|
|