Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 2727131

Browse files
committed
make comments more readable for the M|17 Conference presentation.
1 parent f9b9881 commit 2727131

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

webserver/webapp/assets/css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ body {
7373
border-radius: 4px 4px 0 0;
7474
color: #777777;
7575
float: left;
76-
font-size: 14px;
76+
font-size: 18px;
7777
height: 82px;
7878
letter-spacing: 0.3px;
7979
padding: 20px;
@@ -83,6 +83,9 @@ body {
8383
border: 1px solid #F2F2F2;
8484
margin: 0 auto;
8585
}
86+
.fs18 {
87+
font-size: 18px;
88+
}
8689
.comment-box button, .comment-box i{
8790
float: right;
8891
letter-spacing: 0.3px;

webserver/webapp/directives/postView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<table class="table table-striped">
3737
<tbody>
3838
<tr ng-repeat="comment in photo.comments | orderBy:'createdAt':true ">
39-
<td> {{comment.username}} - {{comment.comment}}
39+
<td class="fs18"> {{comment.username}} - {{comment.comment}}
4040
<br>
4141
<span class="text-muted">{{displayMoment(comment.createdAt)}}</span>
4242
</td>

0 commit comments

Comments
 (0)