initial css
This commit is contained in:
parent
dc319aa101
commit
5272f58a7a
3 changed files with 8 additions and 0 deletions
6
css/layout.css
Normal file
6
css/layout.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
.category{color: green}
|
||||
.service{padding-left: 10px;}
|
||||
.service_link{}
|
||||
.service_name{color: blue}
|
||||
.login{}
|
||||
.login_link{}
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Actcur Available Sites</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/layout.css" />
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Actcur Available Sites</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/layout.css" />
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue