Skip to content

Commit 33216ca

Browse files
author
Michiel Vancoillie
committed
Add versions to CSS
1 parent 553ada1 commit 33216ca

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

app/views/layouts/admin.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="DC.title" content="{{ $title }}"/>
99

1010
<link href='//fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
11-
<link rel='stylesheet' href='{{ URL::to("css/main.css") }}' type='text/css'/>
11+
<link rel='stylesheet' href='{{ URL::to("css/main.css") }}?v=4.1.0' type='text/css'/>
1212
</head>
1313

1414
<body>

app/views/layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="DC.title" content="{{ $title }}"/>
99

1010
<link href='//fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
11-
<link rel='stylesheet' href='{{ URL::to("css/main.css") }}' type='text/css'/>
11+
<link rel='stylesheet' href='{{ URL::to("css/main.css") }}?v=4.1.0' type='text/css'/>
1212
</head>
1313

1414
<body>

dev/css/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ h4{
301301

302302
input, textarea{
303303
box-shadow: none !important;
304+
font-size: 12px;
304305

305306
&:focus{
306307
box-shadow: none !important;
@@ -313,6 +314,11 @@ textarea{
313314
resize: vertical;
314315
}
315316

317+
.form-control, .input-group-addon{
318+
font-size: 12px;
319+
padding: 6px 8px;
320+
}
321+
316322
.input-group-btn:last-child{
317323
.btn{
318324
border-left: 0px none;

public/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)