| 1234567891011121314151617181920212223242526272829303132333435363738 |
- #writeHeaderContent {
- margin-bottom: 0.625rem;
- }
- #writeFooterContent {
- margin-top: 0.625rem;
- }
- // 최근 게시글 목록
- #latestPosts {
- > article:first-of-type {
- overflow: hidden;
- table {
- tr.active {
- background-color: #f4fcff;
- }
- }
- }
- // 목록으로
- > article:last-of-type {
- text-align: center;
- padding: 0.938rem 0 1.25rem 0;
- > a {
- padding-left: 30px;
- padding-right: 30px;
- }
- }
- }
- #report {
- select, textarea {
- width: 100%;
- padding: 0.5rem;
- }
- }
|