From 6df2f0243b44540593cb8a05c5c211b8b22dbff1 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Sun, 28 Aug 2016 01:02:30 -0400 Subject: Finished most of user profile comment history --- assets/css/user_profile.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'assets/css') 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 -- cgit v1.2.3