49 lines
776 B
CSS
Executable File
49 lines
776 B
CSS
Executable File
.content-inner {
|
|
width : 460px;
|
|
float : left;
|
|
margin : 0 10px;
|
|
}
|
|
.content-inner-title {
|
|
border-bottom : 1px solid;
|
|
margin-bottom : 30px;
|
|
padding-bottom : 10px;
|
|
text-transform : uppercase;
|
|
}
|
|
.content-inner ul {
|
|
margin : 0 0 20px 0;
|
|
}
|
|
.content-inner ul li {
|
|
list-style : none;
|
|
margin : 0;
|
|
padding : 10px 0;
|
|
border-bottom : 1px solid #ddd;
|
|
}
|
|
.content-inner ul li small {
|
|
font-size : 100%;
|
|
}
|
|
.content-inner ul li small p {
|
|
margin : 0;
|
|
}
|
|
.content-inner ul li a {
|
|
font-weight : bold;
|
|
}
|
|
.content-inner ul li ul {
|
|
margin : 0 0 0 30px;
|
|
}
|
|
.content-inner ul li ul li {
|
|
border-bottom : none;
|
|
list-style : square;
|
|
padding-bottom : 0;
|
|
}
|
|
.post {
|
|
width : 172px;
|
|
height : 160px;
|
|
margin : 0 10px 30px 10px;
|
|
padding : 0;
|
|
float : left;
|
|
}
|
|
.post-title {
|
|
margin : 0;
|
|
padding : 0;
|
|
font-size : 150%;
|
|
} |