Skip to content

Commit

Permalink
Some more styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildean committed Sep 27, 2012
1 parent c4dfa35 commit fab6727
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 145 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dns-middleware-example",
"version": "0.1.0",
"version": "0.1.0-1",
"description": "DNS-lookup middleware example for connect/express",
"homepage": "https://github.com/gildean/dns-middleware-example",
"keywords": [
Expand Down
125 changes: 0 additions & 125 deletions public/js/jquery-ui.js

This file was deleted.

Binary file removed public/persans.ttf
Binary file not shown.
Binary file removed public/persansb.ttf
Binary file not shown.
Binary file removed public/persansi.ttf
Binary file not shown.
25 changes: 6 additions & 19 deletions public/style.css
@@ -1,22 +1,5 @@
@font-face {
font-family: Perspective;
src: url('persans.ttf');
}

@font-face {
font-family: Perspective;
font-weight: bold;
src: url('persansb.ttf');
}

@font-face {
font-family: Perspective;
font-style: italic;
src: url('persansi.ttf');
}

* {
font: 102.5% Perspective, "DroidSans", "Calibri", sans-serif;
font: 105% Helvetica, DroidSans, Calibri, sans-serif;
}

body, html, #main {
Expand All @@ -25,6 +8,7 @@ body, html, #main {
border: 0;
width: 100%;
width: 100vw;
color: #0e0e0e;
}

#pagetitle {
Expand All @@ -50,6 +34,9 @@ body, html, #main {
border: 1px solid black;
box-shadow: 0 2px 2px rgba(0,0,0,0.4);
z-index: 100;
height: 45px;
font-size: 1.1em;
padding: 5px 0 0 0;
}

.textinput {
Expand All @@ -65,7 +52,7 @@ body, html, #main {
}

#queryoutput {
margin: 50px auto;
margin: 60px auto;
width: 75%;
min-width: 250px;
}
Expand Down

0 comments on commit fab6727

Please sign in to comment.