Fix options page stylesheet path
This commit is contained in:
parent
18378d8097
commit
3eb98ddc3b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<head>
|
||||
<title>TextSecure Options</title>
|
||||
<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">
|
||||
</head>
|
||||
<body data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
||||
|
|
Loading…
Reference in a new issue