style.css: Add missing semicolon. Closes: #497176
parent
210a2fe0e0
commit
a82496d35a
|
@ -6,6 +6,7 @@ ikiwiki (2.63) UNRELEASED; urgency=low
|
||||||
non-root.
|
non-root.
|
||||||
* Work around perl $_ scoping nonsense that caused breakage when loading
|
* Work around perl $_ scoping nonsense that caused breakage when loading
|
||||||
external plugins.
|
external plugins.
|
||||||
|
* style.css: Add missing semicolon. Closes: #497176
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 28 Aug 2008 16:08:18 -0400
|
-- Joey Hess <joeyh@debian.org> Thu, 28 Aug 2008 16:08:18 -0400
|
||||||
|
|
||||||
|
|
|
@ -295,7 +295,7 @@ input#searchbox {
|
||||||
margin-bottom: 1ex;
|
margin-bottom: 1ex;
|
||||||
padding: 1ex 1ex;
|
padding: 1ex 1ex;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
width: 25%
|
width: 25%;
|
||||||
background: white;
|
background: white;
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue