From Jodi/Neeru:
1) Move the login/logout block to the top right.
2) Make the navigation block slightly wider. We want each option to
fit on 1 line: 'Literature Reviews', 'Featured Summaries', and 'Import
from BibTeX' (note the X should be capital). Roughly 3 characters (if
I'm counting correctly) should do it.
3) Change the color. We want #acb9d5 for the background and #dedcec
for the navigation/portlet. Something like this:
body {
background-color:#acb9d5;
}
portlet {
background-color:#d3dcec
}
|