sheet.xsl: wrap header in <header>
parent
186bedcf62
commit
0e7a5b9780
|
@ -30,6 +30,11 @@
|
|||
text-align: inherit;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
|
||||
.input-combo {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
|
@ -104,6 +109,16 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
header > form {
|
||||
text-align: center;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
header a {
|
||||
text-decoration: inherit;
|
||||
color: #FF7B0A;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.item {
|
||||
background-color: #FFFAF4;
|
||||
|
@ -134,6 +149,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>RSS feed by morss</h1>
|
||||
|
||||
<p>Your RSS feed is <strong style="color: green">ready</strong>. You
|
||||
|
@ -148,8 +164,7 @@
|
|||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
</header>
|
||||
|
||||
<div id="header">
|
||||
<h1>
|
||||
|
|
Loading…
Reference in New Issue