summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-29 13:21:05 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-29 13:21:05 +0100
commit86278c55bebeda273e5a048a725e8fea5d2eee5b (patch)
tree1cd36d43802e5352681c0a700ae630c374117a17
parent21aeb5dc634a0d7080aa21487ce32182fa1e12ac (diff)
downloadciat-ui-pedroalvarez/first-version.tar.gz
Change title and font of itpedroalvarez/first-version
-rw-r--r--index.html5
-rw-r--r--style.css4
2 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index 7b38b4c..45949ec 100644
--- a/index.html
+++ b/index.html
@@ -11,11 +11,12 @@
<script src="js/main.js"></script>
</head>
<body ng-app="ciat">
- <h1><em>
+ <h1>
<a href="/#/">
<img src="logo.png">
</a>
- </em> <span>|</span> CIAT</h1>
+ <em>| C.I.A.T.: Continuous Integration and Automated Testing with Baserock</em>
+ </h1>
<div class="content" ng-view>
</div>
</body>
diff --git a/style.css b/style.css
index 51ecf1d..1ac4395 100644
--- a/style.css
+++ b/style.css
@@ -12,8 +12,8 @@ body {
}
h1 {
- font-family: 'Sarpanch', sans-serif;
- font-size: 32pt;
+ font-family: 'Courier New', monospace;
+ font-size: 20pt;
border-bottom: 2px solid #f80;
padding: 2.1em 1.5em 0.1em 1.5em;
box-shadow: inset 0 0 60px 10px #111;