lib/public/stylesheets/sp.css in sp-tutorial-0.2.0 vs lib/public/stylesheets/sp.css in sp-tutorial-0.3.0
- old
+ new
@@ -1,10 +1,11 @@
/* font-face fonts works with Firefox and Opera */
@font-face {
font-family: "Cyklop";
src: url(fonts/Cyklop-Regular.otf) format("opentype");
+ font-weight: normal;
}
@font-face {
font-family: "Cyklop";
src: url(fonts/Cyklop-Italic.otf) format("opentype");
@@ -46,10 +47,11 @@
}
body {
font-family: "DejaVu Sans", "Trebuchet MS", sans-serif ;
line-height: 28px;
+ width: 869px;
}
#header {
padding-top: 24px;
padding-bottom: 0px;
@@ -77,13 +79,13 @@
a[href$=".rdf"], a[href^="aim:"] {
padding:2px 16px 2px 0;
}
h1 {
- font-weight: normal;
font-size: 160%;
font-family: "Cyklop", "DejaVu Sans", serif;
font-style: italic;
+ font-weight: normal;
color: #D80000;
padding-top: 16px;
padding-bottom: 16px;
background-color: #F0D800;
width: 869px;
\ No newline at end of file