Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1407 → Rev 1408

/website/subproj/index.php
10,6 → 10,8
</head>
<body>
 
<p class="partofsvardos"><?php echo $PROJNAME; ?> is part of the <a href="/">SvarDOS project</a></p>
 
<h1><?php echo $PROJNAME; ?></h1>
<p class="copyr"><?php echo $SHORT ?></p>
 
/website/subproj/style.css
46,6 → 46,15
border-top: 0;
}
 
p.partofsvardos {
text-align: right;
font-size: 0.85em;
font-style: italic;
position: relative;
top: -3em;
opacity: 0.8;
}
 
a:link { /* unvisited link */
color: #008; text-decoration: none;
}