Fixed issue on SourcePage Citation Referents not displaying the person's name.
svn: r18817
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user