mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
Patch from Daniel Fernandes <dfernandes1978@hotmail.com>:
- Fixes wrong writing in using CompanySubTitles Class - Fixes lost link for SCST Local in Pages scst_admin.html and handler_fileio_tgt.html - Fixes Users.html page in Subtitles( I increase a little page space, and reduce a little font size) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1339 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
|
||||
@@ -19,7 +19,7 @@ a:hover {
|
||||
}
|
||||
|
||||
/* headers */
|
||||
h1, h2, h3, companysubtitle {
|
||||
h1, h2, h3, .companysubtitles {
|
||||
font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
|
||||
text-transform: uppercase;
|
||||
color: #555;
|
||||
@@ -27,7 +27,7 @@ h1, h2, h3, companysubtitle {
|
||||
h1 { font-size: 1.5em; }
|
||||
h2 { font-size: 1.3em; }
|
||||
h3 { font-size: 1.2em; text-transform: none;}
|
||||
companysubtitle { font-size: 1.4em; }
|
||||
.companysubtitles { font-size: 1.3em; }
|
||||
|
||||
#main h1, #rightbar h1 {
|
||||
padding: 10px 0 5px 5px;
|
||||
@@ -143,14 +143,14 @@ form.searchform input.button {
|
||||
/*****************/
|
||||
#wrap {
|
||||
margin: 0 auto;
|
||||
width: 850px;
|
||||
width: 880px;
|
||||
text-align: left;
|
||||
background: #FFF;
|
||||
}
|
||||
#content-wrap {
|
||||
clear:both;
|
||||
margin: 0; padding:0;
|
||||
width: 850px;
|
||||
width: 880px;
|
||||
}
|
||||
|
||||
/* header */
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
|
||||
+6
-6
@@ -38,11 +38,11 @@
|
||||
|
||||
<br>
|
||||
|
||||
<companysubtitle>Companies developed SCST target drivers for their adapters</companysubtitle>
|
||||
<span class="companysubtitles">Companies developed SCST target drivers for their adapters</span>
|
||||
|
||||
<p><small>In alphabetical order:</small></p>
|
||||
|
||||
<table width="100%" border="0" cellpading="0" cellspacing="0" style="margin: 10px 15px;">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin: 10px 15px;">
|
||||
<tr>
|
||||
<td class="companybox" width="33%">
|
||||
<a href="http://www.emulex.com"><img src="http://www.emulex.com/fileadmin/templates/emulex-web_templates/images/logo-header.png" alt="Emulex"></a></td>
|
||||
@@ -55,11 +55,11 @@
|
||||
|
||||
<br><br>
|
||||
|
||||
<companysubtitle>Companies using SCST in their products and solutions</companysubtitle>
|
||||
<span class="companysubtitles">Companies using SCST in their products and solutions</span>
|
||||
|
||||
<p><small>In alphabetical order:</small></p>
|
||||
|
||||
<table width="100%" border="0" cellpading="0" cellspacing="0" style="margin: 10px 15px;">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin: 10px 15px;">
|
||||
<tr>
|
||||
<td class="companybox" width="33%">
|
||||
<a href="http://www.axxana.com"><img src="http://www.axxana.com/images/logo.jpg" alt="Axxana"></a></td>
|
||||
@@ -102,11 +102,11 @@
|
||||
|
||||
<br><br>
|
||||
|
||||
<companysubtitle>Companies using SCST for their internal storage infrastructure</companysubtitle>
|
||||
<span class="companysubtitles">Companies using SCST for their internal storage infrastructure</span>
|
||||
|
||||
<p><small>In alphabetical order:</small></p>
|
||||
|
||||
<table width="100%" border="0" cellpading="0" cellspacing="0" style="margin: 10px 15px;">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin: 10px 15px;">
|
||||
<tr>
|
||||
<td class="companybox" width="33%">
|
||||
<a href="http://www.datacrunch.net"><img src="http://images.datacrunch.net/images/general/dc_logo.png" alt="DataCrunch Company"></a></td>
|
||||
|
||||
Reference in New Issue
Block a user