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