Skip to content

Commit

Permalink
needed adjustments to respect starter css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashaerter committed Oct 17, 2012
1 parent 504dc87 commit 454feff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions static/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1218,8 +1218,9 @@ html.popup #media__opts br {
padding: 3px 10px !important;
}
#mediamanager__page div.namespaces h2 {
margin-left: 0.3em;
margin-bottom: 0;
border-bottom: 0;
border-bottom-color: __background_alt__;
}
#mediamanager__page div.namespaces div.panelHeader {
padding-top: 11px;
Expand Down Expand Up @@ -1301,6 +1302,11 @@ div.dokuwiki ul.search_quickhits li {
}

div.dokuwiki .section_highlight {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border: 0 none;
background-color: __background_alt__ !important;
}

Expand Down Expand Up @@ -1379,4 +1385,3 @@ form#dw__recent ul, /* old, until 2012-01-25 */
form.changes { /* new, since 2012-09-10 */
#list-style: none outside none !important;
}

2 changes: 1 addition & 1 deletion style.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ __text__ = "#000"
__background__ = "#fff"
; alternative text and background colors
__text_alt__ = "#000"
__background_alt__ = "#dee7ec" ;"#eef3f8"
__background_alt__ = "#dee7ec"
; neutral text and background colors
__text_neu__ = "#000"
__background_neu__ = "#fff"
Expand Down

0 comments on commit 454feff

Please sign in to comment.