Skip to content

Commit

Permalink
Removing custom styles which interfer with JQM
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Feb 15, 2011
1 parent 43004da commit 5df023f
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions css/stylo.css
@@ -1,34 +0,0 @@
#logo {
font-size: 150%;
}
nav {
float: left;
}
nav ul li {
border: solid 1px #000;
width: 300px;
margin: 10px;
padding: 5px;
line-height: 1.5;
}

#display {
/* border: solid 1px #000;*/
width: 300px;
margin: 10px 10px 10px 350px;
padding: 5px;
line-height: 1.5;
}
#display textarea {
width: 98%;
}
/* Testing hack */
[data-role=page], [data-role=dialog], #contexts-page, { xwidth: 600px; }

.na-delete.ui-btn-up-e {
background: -moz-linear-gradient(center top, #ED7878, #efc5c5) repeat scroll 0 0 #d00000;
}
.ui-btn-hover-e {
background-image: -moz-linear-gradient(top,
#DD7777, #eeaaaa);
}

0 comments on commit 5df023f

Please sign in to comment.