Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of git@github.com:developmentseed/Atrium
Browse files Browse the repository at this point in the history
  • Loading branch information
yhahn committed Sep 8, 2009
2 parents 744d4fd + b9ade19 commit 705f301
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions sites/all/themes/ginkgo/forms.css
Expand Up @@ -17,6 +17,7 @@ input.form-submit {
text-shadow:#222 0px -1px 0px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
text-align: center; /* IE Fix */
}

a.button:active,
Expand Down
4 changes: 4 additions & 0 deletions sites/all/themes/ginkgo/style.css
Expand Up @@ -1204,3 +1204,7 @@ div.form-checkboxes { display: inline-block; }

div.form-checkboxes { display: block; }
/* End hide from IE-mac */

/* IE Fix Book navigation */
#block-atrium-book ul.menu li,
#block-atrium-book ul.menu span.icon { border-top: 1px solid #EEEEEE;}
2 changes: 1 addition & 1 deletion sites/all/themes/tao/base.css
Expand Up @@ -73,7 +73,7 @@ ul.links li a { float:left; }
.prose ul li {
display:list-item;
list-style:disc;
margin:0px 0px 0px 20px;
margin:0px 0px 0px 30px;
padding:0px;
}

Expand Down

0 comments on commit 705f301

Please sign in to comment.