MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 569: | Line 569: | ||
gap: 10px; | gap: 10px; | ||
margin-top: 12px; | margin-top: 12px; | ||
} | |||
#se-home { | |||
max-width: 700px; | |||
margin: 40px auto; | |||
} | |||
.se-docrow { | |||
cursor: pointer; | |||
} | |||
.se-docrow-title { | |||
text-decoration: none; | |||
color: #1a2e40; | |||
} | |||
.se-docrow:hover { | |||
background: #f4f7fb; | |||
} | } | ||