Show table text on top.
This commit is contained in:
parent
6a6f65c41c
commit
c9b4e53ed3
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Search for vendor <!-- TMPL_VAR name="supplier" --></title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<style type="text/css">
|
||||
#vendors td{
|
||||
vertical-align: top;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
||||
|
|
Loading…
Reference in a new issue