Browse Source

copyright css

tags/v1.0.0
Robin Thoni 8 years ago
parent
commit
abf20125a6
2 changed files with 3 additions and 7 deletions
  1. 2
    6
      assets/css/main.css
  2. 1
    1
      index.html

+ 2
- 6
assets/css/main.css View File

@@ -242,15 +242,11 @@ a:after {
242 242
 
243 243
 #c {
244 244
 	background: #222222;
245
-	padding-top: 15px;
245
+	padding-top: 10px;
246
+	padding-bottom: 10px;
246 247
 	text-align: right;
247 248
 }
248 249
 
249
-#c p {
250
-	color: white
251
-}
252
-
253
-
254 250
 
255 251
 /* Global Values */
256 252
 

+ 1
- 1
index.html View File

@@ -383,7 +383,7 @@
383 383
 	
384 384
 	<div id="c">
385 385
 		<div class="container">
386
-			<p>Created by <a href="http://www.blacktie.co">BLACKTIE.CO</a></p>
386
+			Created by <a href="http://www.blacktie.co">BLACKTIE.CO</a>
387 387
 		
388 388
 		</div>
389 389
 	</div>

Loading…
Cancel
Save