Fix options page stylesheet path

This commit is contained in:
lilia 2014-11-10 12:23:53 -08:00
parent 18378d8097
commit 3eb98ddc3b

View file

@ -17,7 +17,7 @@
<head> <head>
<title>TextSecure Options</title> <title>TextSecure Options</title>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="css/options.css"> <link rel="stylesheet" href="stylesheets/options.css">
<link rel="stylesheet" href="components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="components/bootstrap/dist/css/bootstrap.css">
</head> </head>
<body data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}"> <body data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">