From 0de4709514648642fbcf7c582def99e66ec124c0 Mon Sep 17 00:00:00 2001 From: Denis Smirnov Date: Fri, 25 Oct 2013 16:34:06 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D0=BA=D0=B5=D1=82=20bootstrap-3=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B2=20met?= =?UTF-8?q?eor-=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82.=20=D0=A3=D0=B4=D0=B0?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=B3=D0=BB=D0=BE=D0=B1=D0=B0=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BD=D0=B0=20bootstrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/meteor-device-spy/.meteor/packages | 3 ++- front-end/meteor-device-spy/html/head.html | 12 ++++-------- front-end/meteor-device-spy/packages/.gitignore | 1 + 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/front-end/meteor-device-spy/.meteor/packages b/front-end/meteor-device-spy/.meteor/packages index 7304f78..1e17f38 100644 --- a/front-end/meteor-device-spy/.meteor/packages +++ b/front-end/meteor-device-spy/.meteor/packages @@ -8,4 +8,5 @@ autopublish insecure preserve-inputs -reststop2 \ No newline at end of file +reststop2 +bootstrap-3 \ No newline at end of file diff --git a/front-end/meteor-device-spy/html/head.html b/front-end/meteor-device-spy/html/head.html index a0abcc4..4d38b23 100644 --- a/front-end/meteor-device-spy/html/head.html +++ b/front-end/meteor-device-spy/html/head.html @@ -1,10 +1,6 @@ - New Page - - - - + + DeviceTracker + + - - - \ No newline at end of file diff --git a/front-end/meteor-device-spy/packages/.gitignore b/front-end/meteor-device-spy/packages/.gitignore index cb71883..ca3896e 100644 --- a/front-end/meteor-device-spy/packages/.gitignore +++ b/front-end/meteor-device-spy/packages/.gitignore @@ -1 +1,2 @@ /reststop2 +/bootstrap-3