Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
1. in "Detritus" build input.button -> button
2. if main div would named different from "dokuwiki" there is future problem, so long targeted rules cutted, added !important mark
3. concurrent rule about 2em deleted
  • Loading branch information
Rainbow Spike authored and Rainbow Spike committed Aug 14, 2015
1 parent 9bb4724 commit 510b643
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* @author Kazutaka Miyasaka <kazmiya@gmail.com>
*/

html.js body div.dokuwiki div.editbutton_section input.button {
margin-top: 2em;
.secedit button,
.editbutton_section button {
margin-top: 1.5em !important;
}

body div.dokuwiki div.secedit input.button,
body div.dokuwiki div.editbutton_section input.button {
margin-top: 1.5em;
.editbutton_table button {
margin-top: 0em;
}

body div.dokuwiki div.editbutton_table input.button {
margin-top: 0em;
.editbutton_2 {
display: none;
}

0 comments on commit 510b643

Please sign in to comment.