#827530 by ipwa, tim.plunkett, eugene.samoylenko, jensimmons: Fixed styling for Bartik Highlight and Help regions

merge-requests/26/head
Angie Byron 2010-12-07 05:06:34 +00:00
parent bb891bdcc5
commit 731bc4fd23
1 changed files with 15 additions and 0 deletions

View File

@ -501,6 +501,21 @@ h1#site-name {
padding: 0;
}
/* --------------- Highlighted ---------------- */
#highlighted {
border-bottom: 1px solid #d3d7d9;
font-size: 120%;
}
/* ------------------- Help ------------------- */
.region-help {
border: 1px solid #d3d7d9;
padding: 0 1.5em;
margin-bottom: 30px;
}
/* ----------------- Content ------------------ */
.content {