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