minor profile page html/css cleanup
This commit is contained in:
+2
-2
@@ -244,9 +244,9 @@ body {
|
||||
}
|
||||
#profilewrap {
|
||||
margin: 10px 40px 0 40px;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
#aboutwrap {
|
||||
margin: 10px 40px 0 40px;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@@ -8,10 +8,13 @@
|
||||
|
||||
{% if user %}
|
||||
<div>
|
||||
<div>Logged in user: {{ user }}</div>
|
||||
<div>
|
||||
<div><b>Current session</b></div>
|
||||
<div>Logged in user: {{ user }}</div>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<b>Email recommendations</b>
|
||||
<div><b>Email recommendations</b></div>
|
||||
<div>
|
||||
Users can receive regular new paper recommendations via email based on their tags.
|
||||
(This is still being developed, may not be running or may be unreliable.)
|
||||
|
||||
Reference in New Issue
Block a user