Form styling
This commit is contained in:
parent
34d810038f
commit
6a42e91f34
3 changed files with 6 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
<section id="contact-page">
|
||||
<div class="container">
|
||||
|
||||
<h2>{{ page.trans_title }}</h2>
|
||||
<h2>{{ page.title }}</h2>
|
||||
|
||||
<p class="lead">{{ page.trans_intro|richtext }}</p>
|
||||
<p class="lead">{{ page.intro|richtext }}</p>
|
||||
|
||||
<!-- Main content -->
|
||||
<div class="article-body" role="main">
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
label:only-child {
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
&> p label {
|
||||
font-weight: bold;
|
||||
}
|
||||
ul {
|
||||
|
|
|
@ -8532,6 +8532,8 @@ footer#footer a {
|
|||
#contact-page form label:only-child {
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
#contact-page form > p label {
|
||||
font-weight: bold;
|
||||
}
|
||||
#contact-page form ul {
|
||||
|
|
Loading…
Reference in a new issue