aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-08-28 05:02:30 +0000
committerHumairAK <humair88@hotmail.com>2016-08-28 05:02:30 +0000
commit6df2f0243b44540593cb8a05c5c211b8b22dbff1 (patch)
treeb0b3b8ef68bef051b92c473a0d5e241b7160b12c /assets/css
parent86ca8165abd5a305b27a95525182e25911b6626f (diff)
Finished most of user profile comment history
Diffstat (limited to 'assets/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