Fixed issue on SourcePage Citation Referents not displaying the person's name.

svn: r18817
This commit is contained in:
Rob G. Healey
2012-02-03 07:19:59 +00:00
parent ed5a1aa258
commit 8105d88233
2 changed files with 6 additions and 8 deletions

View File

@@ -43,11 +43,11 @@ div#header {
------------------------------------------------------ */
#dropmenu {
width: 100%;
margin: 0;
margin: 0 auto;
padding: 10px 0 0 0;
list-style: none;
background: #111;
background: -moz-linear-gradient(#444, #111);
list-style-type: none;
background: #00029D;
background: -moz-linear-gradient(#444, #00029D);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);