Skip to content

Commit 457d0f1

Browse files
committed
Merge pull request laravel#1746 from underparnv/master
Simply combines @import rules in public/laravel/css/style.css
2 parents 1185550 + eccd837 commit 457d0f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/laravel/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
2-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
1+
@import url(http://fonts.googleapis.com/css?family=Ubuntu|Droid+Sans);
32

43
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
54
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

0 commit comments

Comments
 (0)