Skip to content

Commit

Permalink
Moving to git, fixed bugs, released 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowan Lewis committed May 15, 2009
0 parents commit 578192a
Show file tree
Hide file tree
Showing 6 changed files with 830 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.Apple*
.DS*
23 changes: 23 additions & 0 deletions assets/publish.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.repeatingdate div {
background: #f5f5f3;
border: 1px solid #e4e4de;
display: block;
margin: 2px 0 1.75em;
padding: 12px 12px 0 12px;
overflow: hidden;
zoom: 1;
}
.repeatingdate p label {
display: inline;
}
.repeatingdate p select {
display: inline;
margin-left: 0.25em;
margin-right: 0.5em;
width: auto;
}

.invalid .repeatingdate div {
color: #222222;
padding: 12px;
}

0 comments on commit 578192a

Please sign in to comment.