Skip to content

Commit

Permalink
Move css to it's own file
Browse files Browse the repository at this point in the history
It was getting big :P
  • Loading branch information
nickraptis committed May 26, 2013
1 parent 285debd commit a7aa4f9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
27 changes: 6 additions & 21 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,19 @@
?>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="el" xml:lang="el">
<head>

<META AUTHOR="Periklis Ntanasis a.k.a. Master_ex && Thomas Kapoulas a.k.a. tomkap">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta name="keywords" content="traceroute ping nslookup foss teimes ipv4 ipv6" />
<meta name="description" content="free online network tools by foss.teimes" />
<meta name="distribution" content="global" />

<title>FOSS TEIMES - Network Tools</title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />

<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://foss.tesyd.teimes.gr/sites/default/files/favicon.ico" type="image/x-icon" />
<style type="text/css">
#header {
text-align: center;
}
#header * {
margin: 0.2em;
}
.smallfont {
font-size: small;
}
#footer {
text-align: center;
}
#footer p {
font-family: sans-serif;
text-decoration: none;
font-size: 10px;
}

</style>
<link rel="stylesheet" href="main.css" type="text/css" media="all" />

</head>

<body>
Expand Down
17 changes: 17 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#header {
text-align: center;
}
#header * {
margin: 0.2em;
}
.smallfont {
font-size: small;
}
#footer {
text-align: center;
}
#footer p {
font-family: sans-serif;
text-decoration: none;
font-size: 10px;
}

0 comments on commit a7aa4f9

Please sign in to comment.