File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
share/roundup/templates/responsive Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1111 < meta name ="description " content ="Roundup is a python-based, MIT licensed issue-tracking system with command-line, web and e-mail interfaces ">
1212 < meta name ="viewport " content ="width=device-width ">
1313 < link rel ="stylesheet " href ="@@file/bootstrap.min.css ">
14+ < link href ='//fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans ' rel ='stylesheet '>
1415 < style >
1516 body { padding-top : 80px ; padding-bottom : 40px ; }
1617 </ style >
Original file line number Diff line number Diff line change 1+ body {
2+ font-family : 'Droid Sans' , sans-serif;
3+ font-size : 13px ;
4+ line-height : 18px ;
5+ color : # 333 ;
6+ }
7+
8+ h1 ,
9+ h2 {
10+ font-family : 'Ubuntu Mono' , serif;
11+ font-weight : normal;
12+ margin : 10px 0 20px 0 ;
13+ text-transform : uppercase;
14+ }
15+
16+ h1 {
17+ text-align : center;
18+ font-size : 24px ;
19+ letter-spacing : 2px ;
20+ line-height : 24px ;
21+ }
22+
123.vspace-one { margin-top : 1em ; }
224.vspace-two { margin-top : 2em ; }
325.vspace-three { margin-top : 3em ; }
You can’t perform that action at this time.
0 commit comments