aboutsummaryrefslogtreecommitdiff
path: root/assets/css/user_profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/user_profile.css')
-rw-r--r--assets/css/user_profile.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/css/user_profile.css b/assets/css/user_profile.css
index fb35bb0..c9226ff 100644
--- a/assets/css/user_profile.css
+++ b/assets/css/user_profile.css
@@ -157,4 +157,22 @@ nav .nav-o:hover .nav-o-container{
cursor: pointer;
}
+/* Comment Page*/
+.u-comment-elem{
+ display: inline;
+}
+
+.u-comment-block{
+ box-shadow: 2px 3px 6px 2px rgba(1,1,0,0.1);
+ margin: 10px;
+ padding: 10px;
+ line-height: 25px;
+}
+
+.u-comment-style{
+ font-style: italic;
+ font-weight: normal;
+ font-size: .8em;
+}
+
/*** USER PROFILE PAGE END ***/ \ No newline at end of file