Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-23 16:10:27 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-23 16:11:59 +0300
commitd3bc7876fef3444b50e1a91cad26bf17ed6babdc (patch)
tree24ad2cf77614584814a43671eee8d665325af087
parent630c7803a35cbbd7f814281ab3b570d657ec8b16 (diff)
Add style for author name/bio/avatar
-rw-r--r--static/css/main.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index f175f0f..2c2892a 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -165,6 +165,26 @@ a.btn-back {
text-align: center;
}
+.author-info {
+ padding: 25px 0;
+ border-top: 1px solid rgba(0, 0, 0, 0.2);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+}
+
+.author-name {
+ margin: 0 0 5px 0;
+ font-size: 30px;
+}
+
+.author-bio {
+ color: rgba(0, 0, 0, 0.5);
+}
+
+.author-avatar img {
+ width: 100px;
+ height: 100px;
+ border-radius: 50px;
+}
/* Override some of Bootstrap's styles */
pre {