Updated : Website Settings are now visible
This commit is contained in:
parent
84a3d18718
commit
d3e7eb208c
3 changed files with 1300 additions and 1258 deletions
|
@ -109,6 +109,9 @@ $(document).ready(function(){
|
|||
</script>
|
||||
{/literal}
|
||||
|
||||
<!--Adding Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<!-- Including Bootstrap -->
|
||||
<link rel="stylesheet" href="{$template_url}/bootstrap/css/bootstrap.min.css" type="text/css" media="all" />
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,5 @@
|
|||
h2{font-family: 'Squada One', cursive;}
|
||||
|
||||
.inlineblock{display: inline-block}
|
||||
.inline{display:inline}
|
||||
.block{display: block}
|
||||
|
@ -16,6 +18,10 @@
|
|||
margin-left: -5px;
|
||||
}
|
||||
|
||||
|
||||
.height10{height: 10px}
|
||||
.height20{height: 20px}
|
||||
|
||||
.row-fluid .span150, .span150{width: 150px}
|
||||
.row-fluid .span200, .span200{width: 200px}
|
||||
.row-fluid .span250, .span250{width: 150px}
|
||||
|
|
Loading…
Add table
Reference in a new issue