Commit e19c5700 by agungb

perbaikan tampilan

1 parent f7e2b034
<html metal:use-macro="load: base.pt"> <html metal:use-macro="load: base.pt">
<div metal:fill-slot="content"> <div metal:fill-slot="content">
<link href="/static/css/theme.css" rel="stylesheet"> <link href="/static/css/theme.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style type="text/css"> <style type="text/css">
.judul { .judul {
padding: .5em; padding: .5em;
font-weight: bold; font-weight: bold;
...@@ -24,7 +22,6 @@ ...@@ -24,7 +22,6 @@
font-family: 'Roboto','Helvetica', sans-serif; font-family: 'Roboto','Helvetica', sans-serif;
font-size: 1.125em; font-size: 1.125em;
line-height: 1.875em; line-height: 1.875em;
} }
.well h3 { .well h3 {
margin-top: .2em; margin-top: .2em;
...@@ -34,7 +31,7 @@ ...@@ -34,7 +31,7 @@
color: #616161; color: #616161;
} }
</style> </style>
<!-- Main component for a primary marketing message or call to action -->
<div class="well"> <div class="well">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!