Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1408 → Rev 1403

/website/subproj/index.php
10,8 → 10,6
</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,15 → 46,6
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;
}